Darwin Neuroevolution Framework
|
Wrapper for darwin::Experiment plus evolution driving APIs. More...
#include <python_bindings.h>
Public Member Functions | |
void | initializePopulation () |
Create the primordial generation and prepare for evolution. More... | |
GenerationSummary | evaluatePopulation () |
Evaluate current population. | |
void | createNextGeneration () |
Create the next generation, using the current fitness values. More... | |
void | reset () |
Reset the experiment, "unsealing" config values for editing. | |
string | repr () const |
repr implementation | |
Wrapper for darwin::Experiment plus evolution driving APIs.
void darwin::python::Experiment::createNextGeneration | ( | ) |
Create the next generation, using the current fitness values.
void darwin::python::Experiment::initializePopulation | ( | ) |
Create the primordial generation and prepare for evolution.