-
Notifications
You must be signed in to change notification settings - Fork 6
Implementation of the epsilon-MOEA algorithm in Python and Matlab
License
yosefm/eps-moea
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
eps-moea -------- By: Yosef Meller, [email protected] The code in this repository implements a light version of the epsilon-MOEA algorithm for multi-objective optimization. It contains a matlab version and a Python versions. No installation is required. For Matlab, add the m_eps_moea directory to the path, as you would for any other toolbox, or change to that directory before execution. For Python, you can similarly add to the PYTHONPATH environment variable, or change to the py_eps_moea directory. The Python version may be installed systemwide by running the command: python setup.py install The files may be used under the GNU GPL license, version 3.0 or later at your discretion. See http://www.gnu.org/licenses/gpl-3.0.html for the license terms.
About
Implementation of the epsilon-MOEA algorithm in Python and Matlab
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published