Defines the types of genetic Operations that the genetic component performs.
Genetic algorithms and programs are computer science techniques that seek to solve optimization or search problems. They are inspired by evolutionary biology and approach the search problem as a task of evolving a group or population of candidate individuals through successive generations, selecting fitter (or better) child individuals for each generation, until a solution is found. It uses evolutionary biology techniques such as inheritance, mutation, selection, and crossover (also called recombination).
Namespace: RSGAConsts
Delphi |
type |
|
Reference |