-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
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
CMA-ES for mixed-integer optimization #163
Comments
Hi, this is not implemented. This would be an interesting feature though. I'm not sure how much work would be required, though from the paper it seems that additions may not be too important. @cmastalli if you decide to add it, please send a PR! @nikohansen any advice on this ? |
@beniz I would like to understand better what it might be the tasks in order to implement such algorithm, note that I'm not fully familiar with the structure of libcmaes. These are the tasks from what I can understand by reading the code:
Please let me know if I'm right. Thanks for a quick answer :) |
My current hunch on the above linked integer handling algorithm is that it could be done simpler without losing too much of performance. I can't be much more specific though and it would need some work to figure out the specifics. This together with this would be a very simple implementation of integer handling by only increasing EDIT: It would be a simple first step to make at least a direct comparison with the scenarios given in the paper. |
I would like to know if this implementation (i.e. libcmaes) is able to solve mixed-integer optimization problems as is described here.
Thanks in advance
The text was updated successfully, but these errors were encountered: