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

A recording of a particular generation history. More...

#include <universe.h>

Inheritance diagram for darwin::DbGeneration:
darwin::DbUniverseObject

Public Attributes

db::RowId trace_id = 0
 The associated evolution trace.
 
int generation = -1
 Generation number.
 
string summary
 Generation summary (json)
 
optional< string > details
 Extra details (json)
 
optional< string > genotypes
 Notable genotypes (json)
 
optional< string > profile
 Runtime profile data (json)
 
- 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

A recording of a particular generation history.

See also
DbEvolutionTrace

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