Panmictic Config
Describes the configuration parameters necessary for the operation of the PanmicticGA.
See also
Inheritors
Properties
Link copied to clipboard
Callback after evolution process. Executed at launch when GA.state is going to be State.FINISHED.
Link copied to clipboard
Callback before evolution process. Executed only once at launch if GA.iteration is 0.
Link copied to clipboard
Fitness function - A function that evaluates the quality or "fitness" of each individual (chromosome) in a population. The fitness function determines how well a particular solution matches the target problem.
Link copied to clipboard
Parallelism configuration associated with GA.
Link copied to clipboard
Override base population as PanmicticPopulation for PanmicticGA.
Link copied to clipboard
Statistics configuration associated with GA.
Link copied to clipboard
Store for all TimeMarkers of GA.