You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.