.withMaxEvaluations(20) for example, didn't work. It runs the RS program fore more than 20 evaluations.
Another question, in case I want to use random search with two objectives. How does it work? how does it return the optimal solution ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "feature-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Feature Requests"
Use it like any other algorithm:
View and moderate all "feature-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Feature Requests"
.withMaxEvaluations(20) for example, didn't work. It runs the RS program fore more than 20 evaluations.
Another question, in case I want to use random search with two objectives. How does it work? how does it return the optimal solution ?
View and moderate all "feature-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Feature Requests"
it seems like a bug for Random search. It does not take into account the property MaxEvaluations
View and moderate all "feature-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Feature Requests"
Discussion moved to https://github.com/MOEAFramework/MOEAFramework/issues/26