Metadata-Version: 2.1
Name: pyrvea
Version: 0.1.1
Summary: The python version reference vector guided evolutionary algorithm.
License: MPL-2.0
Author: Bhupinder Saini
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: diversipy (>=0.8.0,<0.9.0)
Requires-Dist: numpy (>=1.16,<2.0)
Requires-Dist: optproblems (>=1.2,<2.0)
Requires-Dist: pandas (>=0.24.2,<0.25.0)
Requires-Dist: plotly (>=3.8,<4.0)
Requires-Dist: pyDOE (>=0.3.8,<0.4.0)
Requires-Dist: pygmo (>=2.10,<3.0)
Requires-Dist: scipy (>=1.2,<2.0)
Requires-Dist: tqdm (>=4.31,<5.0)
Description-Content-Type: text/markdown

# README
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/EchoBetaGlass/pyrvea/master)

The python version reference vector guided evolutionary algorithm.

Currently supported: Multi-objective minimization with visualization and interaction support. Preference is accepted as a reference point.

To test the code, open the [binder link](https://mybinder.org/v2/gh/EchoBetaGlass/pyrvea/master) and read example.ipynb.

Read the documentation [here](https://pyrvea.readthedocs.io/en/latest/)

### Requirements:
* Python 3.6 or up
* [Poetry dependency manager](https://github.com/sdispater/poetry): Only for developers

### Installation process for normal users:
* Run: `pip install pyrvea`

### Installation process for developers:
* Download and extract the code
* Create a new virtual environment for the project
* If you want to take part in the development process, run `poetry install` instead.

## See the details of RVEA in the following paper

R. Cheng, Y. Jin, M. Olhofer and B. Sendhoff,
A Reference Vector Guided Evolutionary Algorithm for Many-objective
Optimization, IEEE Transactions on Evolutionary Computation, 2016

The source code of pyrvea is implemented by Bhupinder Saini

If you have any questions about the code, please contact:

Bhupinder Saini: bhupinder.s.saini@jyu.fi\
Project researcher at University of Jyväskylä.
