Skip to content

2.0.0rc2 (Aug 30, 2018)

Pre-release
Pre-release
Compare
Choose a tag to compare
@GregaVrbancic GregaVrbancic released this 30 Aug 09:35
· 848 commits to master since this release

Changes included in release:

  • Added algorithms:

    • basic:
      • Camel algorithm
      • Evolution Strategy
      • Fireworks algorithm
      • Glowworm swarm optimization
      • Harmony search algorithm
      • Krill Herd Algorithm
      • Monkey King Evolution
      • Multiple trajectory search
      • Sine Cosine Algorithm
    • modified:
      • Dynamic population size self-adaptive differential evolution algorithm
    • other:
      • Anarchic society optimization algorithm
      • Hill climbing algorithm
      • Multiple trajectory search
      • Nelder mead method or downhill simplex method or amoeba method
      • Simulated annealing algorithm
  • Added benchmarks functions:

    • Discus
    • Dixon-Price
    • Elliptic
    • HGBat
    • Katsuura
    • Levy
    • Michalewicz
    • Perm
    • Powell
    • Sphere2 -> Sphere with different powers
    • Sphere3 -> Rotated hyper-ellipsoid
    • Trid
    • Weierstrass
    • Zakharov
  • breaking changes in algorithms structure

  • various bugfixes

  • fix PyPI build