Caesar AI Atlas

Genetic Operator

Caesar AI Atlas Definition

A genetic operator is a mechanism used in genetic algorithms to transform or combine candidate solutions. Common operators include selection, crossover, and mutation, which guide the search toward better solutions over successive generations.

Other Definitions

Genetic Operator Source

An operator used in genetic algorithms to guide the algorithm towards a solution to a given problem. There are three main types of operators (mutation, crossover and selection), which must work in conjunction with one another in order for the algorithm to be successful.

Related Terms