Skip to content

v1.4.0

Compare
Choose a tag to compare
@dhadka dhadka released this 04 Oct 00:37
· 5 commits to master since this release
  • Adds complete API docs
  • Adds Direction enum to specify optimization direction. E.g., replace Problem.MAXIMIZE with Direction.MAXIMIZE.
  • Adds save_state and load_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)