desdeo-emo


Namedesdeo-emo JSON
Version 1.4.2 PyPI version JSON
download
home_page
SummaryThe python version reference vector guided evolutionary algorithm.
upload_time2022-12-07 19:50:08
maintainer
docs_urlNone
authorBhupinder Saini
requires_python>=3.8.0,<3.10
licenseMPL-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # desdeo-emo
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/industrial-optimization-group/desdeo-emo/master)

The evolutionary algorithms package within the [DESDEO framework](https://github.com/industrial-optimization-group/DESDEO).

Code for the SoftwareX paper can be found in [this notebook](docs/notebooks/Using_EvoNN_for_optimization.ipynb).

Currently supported:
* Multi-objective optimization with visualization and interaction support.
* Preference is accepted as a reference point.
* Surrogate modelling (neural networks and genetic trees) evolved via EAs.
* Surrogate assisted optimization
* Constraint handling using `RVEA`
* IOPIS optimization using `RVEA` and `NSGA-III`

Currently _NOT_ supported:
* Binary and integer variables.

To test the code, open the [binder link](https://mybinder.org/v2/gh/industrial-optimization-group/desdeo-emo/master) and read example.ipynb.

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

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

### Installation process for normal users
* Create a new virtual enviroment for the project
* Run: `pip install desdeo_emo`

### Installation process for developers
* Download and extract the code or `git clone`
* Create a new virtual environment for the project
* Run `poetry install` inside the virtual environment shell.

## Citation

If you decide to use DESDEO is any of your works or research, we would appreciate you citing the appropiate paper published in [IEEE Access](https://doi.org/10.1109/ACCESS.2021.3123825) (open access).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "desdeo-emo",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8.0,<3.10",
    "maintainer_email": "",
    "keywords": "",
    "author": "Bhupinder Saini",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/34/e1/1b9fd5bd8ef74616ea95bd5a3d4c3026fc35cb7b7bda631bb7ab00be0fd5/desdeo_emo-1.4.2.tar.gz",
    "platform": null,
    "description": "# desdeo-emo\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/industrial-optimization-group/desdeo-emo/master)\n\nThe evolutionary algorithms package within the [DESDEO framework](https://github.com/industrial-optimization-group/DESDEO).\n\nCode for the SoftwareX paper can be found in [this notebook](docs/notebooks/Using_EvoNN_for_optimization.ipynb).\n\nCurrently supported:\n* Multi-objective optimization with visualization and interaction support.\n* Preference is accepted as a reference point.\n* Surrogate modelling (neural networks and genetic trees) evolved via EAs.\n* Surrogate assisted optimization\n* Constraint handling using `RVEA`\n* IOPIS optimization using `RVEA` and `NSGA-III`\n\nCurrently _NOT_ supported:\n* Binary and integer variables.\n\nTo test the code, open the [binder link](https://mybinder.org/v2/gh/industrial-optimization-group/desdeo-emo/master) and read example.ipynb.\n\nRead the documentation [here](https://desdeo-emo.readthedocs.io/en/latest/)\n\n### Requirements\n* Python 3.8 or newer.\n* [Poetry dependency manager](https://github.com/sdispater/poetry): Only for developers\n\n### Installation process for normal users\n* Create a new virtual enviroment for the project\n* Run: `pip install desdeo_emo`\n\n### Installation process for developers\n* Download and extract the code or `git clone`\n* Create a new virtual environment for the project\n* Run `poetry install` inside the virtual environment shell.\n\n## Citation\n\nIf you decide to use DESDEO is any of your works or research, we would appreciate you citing the appropiate paper published in [IEEE Access](https://doi.org/10.1109/ACCESS.2021.3123825) (open access).\n",
    "bugtrack_url": null,
    "license": "MPL-2.0",
    "summary": "The python version reference vector guided evolutionary algorithm.",
    "version": "1.4.2",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "68834b35b8e0c025eb324eccdeef71be",
                "sha256": "72b058fd9c84ac942c6da5a1497075b1ba9c06f1bce2ee53bfcd92205e193906"
            },
            "downloads": -1,
            "filename": "desdeo_emo-1.4.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "68834b35b8e0c025eb324eccdeef71be",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.0,<3.10",
            "size": 100606,
            "upload_time": "2022-12-07T19:50:06",
            "upload_time_iso_8601": "2022-12-07T19:50:06.336014Z",
            "url": "https://files.pythonhosted.org/packages/06/b4/c06eec334acff465fe19ca9b09104a1a6025a744ae7eb69b9e8daa1ed309/desdeo_emo-1.4.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "3dfab3ed493cebbf4e09b04bcdbaa506",
                "sha256": "ca94bc8c7e1fb773dd2008df5fc268259dfcf2cf0d784070fdcc1369e2b9d1da"
            },
            "downloads": -1,
            "filename": "desdeo_emo-1.4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "3dfab3ed493cebbf4e09b04bcdbaa506",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.0,<3.10",
            "size": 63918,
            "upload_time": "2022-12-07T19:50:08",
            "upload_time_iso_8601": "2022-12-07T19:50:08.045981Z",
            "url": "https://files.pythonhosted.org/packages/34/e1/1b9fd5bd8ef74616ea95bd5a3d4c3026fc35cb7b7bda631bb7ab00be0fd5/desdeo_emo-1.4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-07 19:50:08",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "desdeo-emo"
}
        
Elapsed time: 0.01681s