alogos._optimization.ea.state
¶
Classes¶
State object for an evolutionary algorithm run. |
Detailed object descriptions¶
- class alogos._optimization.ea.state.State[source]¶
State object for an evolutionary algorithm run.
- property start_time(self)¶
Attribute that returns the start time of the run.
- property stop_time(self)¶
Attribute that returns the stop time of the run.
- property runtime(self)¶
Attribute that returns the total runtime of the run.