We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does any of the currently available algorithms support multi-objective problems?
The text was updated successfully, but these errors were encountered:
Hi, libcmaes does not have built-in support for MO problems.
A good intro to MO-CMA-ES: http://www.cmap.polytechnique.fr/~anne.auger/pgmo14/pgmoDimo_20141030_web.pdf
I don't have the bandwith to write MO code in libcmaes, but I can help discuss it if it makes sense and if someone is interested in adding it as a PR.
Also, @nikohansen can probably recommend an existing up-to-date implementation of MO-CMA-ES.
Sorry, something went wrong.
Two links that may help:
Implementation of MO-CMA-ES in C++: http://image.diku.dk/shark/sphinx_pages/build/html/rest_sources/tutorials/algorithms/mocma.html
Implementation of COMO-CMA-ES in Python: https://github.com/CMA-ES/pycomocma
Thank you for the links @beniz @nikohansen.
No branches or pull requests
Does any of the currently available algorithms support multi-objective problems?
The text was updated successfully, but these errors were encountered: