|
Darwin Neuroevolution Framework
|
State snapshot of an evolution run. More...
#include <evolution.h>
Public Attributes | |
| State | state = State::Invalid |
| Evolution state. | |
| int | generation = 0 |
| Generation nubmer. | |
| EvolutionStage | stage |
| Currently running stage (most inner stage if there are nested stages) | |
| shared_ptr< const Experiment > | experiment |
| The associated Experiment instance. More... | |
| shared_ptr< const EvolutionTrace > | trace |
| The associated EvolutionTrace instance. More... | |
| const Population * | population = nullptr |
| The associated darwin::Population instance. More... | |
| const Domain * | domain = nullptr |
| The associated darwin::Domain instance. More... | |
State snapshot of an evolution run.
| const Domain* darwin::Evolution::Snapshot::domain = nullptr |
The associated darwin::Domain instance.
| shared_ptr<const Experiment> darwin::Evolution::Snapshot::experiment |
The associated Experiment instance.
| const Population* darwin::Evolution::Snapshot::population = nullptr |
The associated darwin::Population instance.
| shared_ptr<const EvolutionTrace> darwin::Evolution::Snapshot::trace |
The associated EvolutionTrace instance.
1.8.14