-
Notifications
You must be signed in to change notification settings - Fork 2
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
General List of Proposed Improvements and Bugs #3
Comments
|
|
This should facilitate the use of objectives and constraints for cases when RBF is used for objectives, but an analytical function is used as a constraint. In general, it is probably a good idea to figure out how the code should handle mixed analytical/numerical objectives and constraints. Can we for example model a constraint with a RBF? |
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In multi objective optimization, HAMON does not warn the user if the list max_min contains too few items, i.e. when len(max_min) < n_of. When the optimization runs, all individuals are always rank 1, which should not be possible. With respect to this, Hamon should preferably print out a list of all objectives, with names, and specify how it will optimise these objectives. This makes it easier for the user to see what they put in.
Does Hamon have post routines to print results which end up in EA_data/ ?
The text was updated successfully, but these errors were encountered: