alogos._optimization.ea.state

Classes

State

State object for an evolutionary algorithm run.


Detailed object descriptions

class alogos._optimization.ea.state.State[source]

State object for an evolutionary algorithm run.

__init__(self)[source]

Create a state object for a run that has not started yet.

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.