Skip to content

v1.0.2

Compare
Choose a tag to compare
@pablormier pablormier released this 10 Aug 08:03
· 31 commits to master since this release

Change Log v1.0.2

Full Changelog

Implemented enhancements:

  • Merge _eval and _eval_population into one function #18
  • Use mutation interval provided in DE and PDE when self_adaptive = True #17
  • Implement Styblinski-Tang function #15
  • Implement Michalewicz function #13
  • Implement Dixon-Price function #12
  • Implement Schwefel function #8
  • Implement Levy function #7
  • Implement Griewank function #5
  • Self-adaptive parameters #4

Fixed bugs:

  • Auto-terminate pool after iterating on PDE #3

Closed issues:

  • Using scipy's DE genetic algorithm for initial parameter estimation in non-linear regression #1