Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

neuroevolution-ai/CovarianceMatrixAdaptationFromDEAP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick start

You need our slightly modified Deap version for testing. This modified Deap version exposes some extra states of the CMA-ES algorithm, but the calculation itself does not differ from the original version. To install our modified Deap version do the following:

  1. Uninstall the deap package if already installed via pip uninstall deap
  2. Run pip install git+https://github.com/neuroevolution-ai/deap@test-cma-es-in-julia
  3. Then the testing should work

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published