Darwin Neuroevolution Framework
Public Attributes | List of all members
darwin::DbExperiment Struct Reference

Universe representation of an experiment. More...

#include <universe.h>

Inheritance diagram for darwin::DbExperiment:
darwin::DbUniverseObject

Public Attributes

optional< string > name
 Experiment name. More...
 
string setup
 Experiment setup values (json)
 
optional< db::RowIdlast_variation_id
 Pointer to the most recent variation.
 
time_t last_activity_timestamp = 0
 Time of last activity involving the experiment (new variation, evolution, ...)
 
- Public Attributes inherited from darwin::DbUniverseObject
db::RowId id = 0
 RowId (unique universe object id)
 
optional< string > comment
 Object comment/annotation.
 
time_t timestamp = 0
 Object creation timestamp.
 

Detailed Description

Universe representation of an experiment.

Member Data Documentation

◆ name

optional<string> darwin::DbExperiment::name

Experiment name.


The documentation for this struct was generated from the following file: