initSidebarItems({"enum":[["BuilderResult","This enum describes the possible return error that the simulation builder can return."],["SimulationType","The `SimulationType` type. Speficies the criteria on how a simulation should stop."]],"struct":[["IndividualWrapper","A wrapper helper struct for the individuals. It does the book keeping of the fittness and the number of mutations this individual has to run in one iteration."],["Simulation","The `Simulation` type. Contains all the information / configuration for the simulation to run."],["SimulationBuilder","This is a helper struct in order to build (configure) a valid simulation. See builder pattern: https://en.wikipedia.org/wiki/Builder_pattern"]],"trait":[["Individual","This trait has to be implemented for the user defined struct."]]});