Skip to content

v0.3.0

Compare
Choose a tag to compare
@thieu1995 thieu1995 released this 17 Mar 17:05
· 1747 commits to master since this release

Change models

  • Physics_based: Added some recent physics-based meta-heuristic algorithms
    • WDO - Wind Driven Optimization
    • MVO - Multi-Verse Optimizer
    • TWO - Tug of War Optimization
      • BaseTWO: The original version
      • OppoTWO / OTWO: Opposition-based + TWO
      • LevyTWO: Levy + TWO
      • ITWO: Levy + Opposition-based + TWO
    • EFO - Electromagnetic Field Optimization
      • OriginalEFO: The original version
      • BaseEFO: My version (changed the flow of the algorithm)

Change others

  • models_history.csv: Update history of meta-heuristic algorithms