BuildingBlocks
: stores and provides the elements from which the models are buildCentralControl
: starts and stops the program, provides user interfaceIndividual
: encapsulates a model together with its additional attributes and methodsMutator
: generates new models by mutation and recombinationObjectiveFunction
: stores the evolutionary objective and provides functions to calculate the fitness of a model regarding this objectiveParameterFitter
: fits model parameters w.r.t. the given objectiveParamObj
: stores and provides all parameters of the current runPopulation
: handles a population of models, manages selection and reproductionRandomNumberGenerator
: facilitates the generation of random numberssbmltools
: contains all methods manipulating SBML structures