Skip to content

Release v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 May 17:35
· 84 commits to master since this release
  • new algorithms: Hybrid Bat Algorithm, Hybrid Self Adapting Bat Algorithm
  • changed default option values for NatureInspiredSearchCV, the new defaults are:
    • algorithm = hba
    • population_size = 50
    • max_n_gen = 100
    • max_stagnating_gen = 20