Darwin Neuroevolution Framework
Public Member Functions | List of all members
darwin::python::Experiment Class Reference

Wrapper for darwin::Experiment plus evolution driving APIs. More...

#include <python_bindings.h>

Inheritance diagram for darwin::python::Experiment:
core::NonCopyable

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
 

Detailed Description

Wrapper for darwin::Experiment plus evolution driving APIs.

Member Function Documentation

◆ createNextGeneration()

void darwin::python::Experiment::createNextGeneration ( )

Create the next generation, using the current fitness values.

Note
evaluatePopulation() must be called first

◆ initializePopulation()

void darwin::python::Experiment::initializePopulation ( )

Create the primordial generation and prepare for evolution.

Note
All the configuration values are "sealed" to prevent changes

The documentation for this class was generated from the following files: