Cellular
    Describes the configuration parameters necessary for the operation of the CellularGA.
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
                  Cellular type for CellularGA.
Link copied to clipboard
                  Flag for elitism in CellularGA.
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
                  Neighborhood for CellularGA.
Link copied to clipboard
                  Parallelism configuration associated with GA.
Link copied to clipboard
                  Override base population as CellularPopulation for CellularGA.
Link copied to clipboard
                  Statistics configuration associated with GA.
Link copied to clipboard
                  Store for all TimeMarkers of GA.