Skip to content

Benchmarking of population related optimisation techniques (evolutionary strategies, novelty search, quality diversity)

Notifications You must be signed in to change notification settings

aja114/black_box_optimisation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Benchmarking of black-box optimisation techniques:

  • Evolutionary Strategies
  • Novelty Search - ES
  • Quality diversity - ES
  • Map-elite
  • Covariance Matrix Adaptive - ES

The three functions tested are Rastrigin, Ackley and Rosenbrock which are pictured in 3D below

Ackley function

ackley

Rastrigin function

rastrigin

Rosenbrock function

rosenbrock

Visual results

comparison between ES and QD algorithms on the ackley contour map

QD on ackley

QD

ES on ackley

ES

ES on rosenbrock

ES

Quantitative results

Results on Rosenbrock Rosenbrock

Results on Ackley Ackley

Results on Rastrigin Rastrigin

Complete set of figures can be found by running the script

About

Benchmarking of population related optimisation techniques (evolutionary strategies, novelty search, quality diversity)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages