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
tell_find_feasible_first=22'''number of initial iterations to minimize positive (violated) constraints, only used when constraints values are passed to `tell` or `tell2`, not in `fmin_con2`'''
the (default) setting should probably depend on the dimension, maybe like $5 + 2 n$? The phase is anyway terminated when the first feasible solution is observed.
changing the value affects all instantiations of CMAEvolutionStrategy which is rather not desirable?