[][src]Module genevo::simulation

Modules

simulator

Structs

State

The State struct holds the state of the Simulation.

Enums

SimResult

The result of running a step in the Simulation.

Traits

Simulation

A Simulation is the execution of an algorithm.

SimulationBuilder

The SimulationBuilder creates a new Simulation with given parameters and options. It forms the initialization stage of the algorithm.