Skip to content

yosefm/eps-moea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eps-moea
--------

By: Yosef Meller, mellerf@netvision.net.il

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

No packages published