v1.4.0
- Adds complete API docs
- Adds
Direction
enum to specify optimization direction. E.g., replaceProblem.MAXIMIZE
withDirection.MAXIMIZE
. - Adds
save_state
andload_state
methods, allowing one to resume a run from the state file. - Adds CLI (see
python -m platypus —help
) - Adds extensions (a way to add or change the behavior of an algorithm using extension points)