[][src]Module aristeia::manager

Structs

Manager

Functions

create_manager

Returns a Manager object that will run the genetic algorithm. Use this function if you're just writing a fitness function and not a special ScoreProvider. fitness_function: A function you must define that determines the fitness of your agents. data: additional immutable data to be used by during the run of the algorithm. Could be used as a cache containing pre-calculated values or an initial state for data that will be changed when reading the genes. Just use 0 if you have no other use for this argument.