Darwin Neuroevolution Framework
|
Universe representation of an experiment. More...
#include <universe.h>
Public Attributes | |
optional< string > | name |
Experiment name. More... | |
string | setup |
Experiment setup values (json) | |
optional< db::RowId > | last_variation_id |
Pointer to the most recent variation. | |
time_t | last_activity_timestamp = 0 |
Time of last activity involving the experiment (new variation, evolution, ...) | |
![]() | |
db::RowId | id = 0 |
RowId (unique universe object id) | |
optional< string > | comment |
Object comment/annotation. | |
time_t | timestamp = 0 |
Object creation timestamp. | |
Universe representation of an experiment.
optional<string> darwin::DbExperiment::name |
Experiment name.