Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 302 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 302 Bytes

Optimization algorithms

A collection of optimization algorithms.

  • Black box algorithms :
    • Random optimization
    • Evolution strategies
      • CMA-ES
    • Pattern search
      • Nelder-Mead
    • Genetic algorithms
      • Swarms
  • Benchmarking
    • Test functions
    • Report generator (TODO)
  • Tests