v1.3.1
Restores the default_variator
, default_mutator
, and nondominated_cmp
methods that were removed in 1.3.0
, potentially breaking any code directly calling these methods. These methods are deprecated and will be removed in a future release, so we strongly recommend updating affected code.
- Replace
default_variator(...)
withPlatypusConfig.default_variator(...)
- Replace
default_mutator(...)
withPlatypusConfig.default_mutator(...)
- Replace
nondominated_cmp
withnondominated_sort_cmp