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
add back the (deprecated) cma.constraints_handling.BoundTransform class
which was missing since 4.1.0, however, cma.BoundTransform is the
recommended way to access this class
remove dependency of OOOptimizer.optimize on self.result
fix issue 337 where plotting bails
with some recent version of matplotlib>3.8.0.
Various improvements of the logger and plotting.
Remove default f-offset from binary test functions
(cma.fitness_functions.binary_foffset = 0 by default now)
A few new module settings to (better) control corner case behavior.