Darwin Neuroevolution Framework
|
A variation of an experiment configuration values. More...
#include <universe.h>
Public Attributes | |
optional< db::RowId > | previous_id |
Previous experiment variation. More... | |
db::RowId | experiment_id = 0 |
The associated experiment branch. | |
optional< string > | name |
Variation name. More... | |
string | config |
The experiment configuration values for this variation (json) | |
![]() | |
db::RowId | id = 0 |
RowId (unique universe object id) | |
optional< string > | comment |
Object comment/annotation. | |
time_t | timestamp = 0 |
Object creation timestamp. | |
A variation of an experiment configuration values.
optional<string> darwin::DbExperimentVariation::name |
Variation name.
optional<db::RowId> darwin::DbExperimentVariation::previous_id |
Previous experiment variation.