Skip to content

v0.8.5

Compare
Choose a tag to compare
@MilesCranmer MilesCranmer released this 20 May 14:58
· 1458 commits to master since this release
69aa240

What's Changed

  • Custom complexities for operators, constants, and variables (#138)
  • Early stopping conditions (#134)
    • Based on a certain loss value being achieved
    • Max number of evaluations (for theoretical studies of genetic algorithms, rather than anything practical).
  • Work with specified expression rather than the one given by model_selection, by passing index to the function you wish to use (e.g,. model.predict(X, index=5) would use the 5th equation.).

Full Changelog since v0.8.1: v0.8.1...v0.8.5