Misplaced Pages

Truncation selection

Article snapshot taken from[REDACTED] with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Method of selection in selective breeding
Part of a series on the
Evolutionary algorithm
Genetic algorithm (GA)
Genetic programming (GP)
Differential evolution
Evolution strategy
Evolutionary programming
Related topics

Truncation selection is a selection method in selective breeding and in evolutionary algorithms from computer science, which selects the a certain share of fittest individuals from a population for reproduction in the next generation.

Animal and plant breeding

In animal and plant breeding, truncation selection is a standard method. Animals are ranked by their phenotypic value on some trait such as milk production, and the top percentage is reproduced. The effects of truncation selection for a continuous trait can be modeled by the standard breeder's equation by using heritability and truncated normal distributions. On a binary trait, it can be modeled easily using the liability threshold model. It is considered an easy and efficient method of breeding.

Computer science

In computer science, truncation selection is a selection method used in evolutionary algorithms to select potential candidate solutions for recombination modeled after the breeding method. In truncation selection the candidate solutions are ordered by fitness, and some proportion T% of the top fittest individuals are selected and reproduced randomly. It is used in Muhlenbein's breeder genetic algorithm.

References

  1. Crow & Kimura 1979, "Efficiency of truncation selection"
  2. Blickle, Tobias; Thiele, Lothar (December 1996). "A Comparison of Selection Schemes Used in Evolutionary Algorithms". Evolutionary Computation. 4 (4): 361–394. doi:10.1162/evco.1996.4.4.361.
  3. H Muhlenbein, D Schlierkamp-Voosen (1993). "Predictive Models for the Breeder Genetic Algorithm". Evolutionary Computation. doi:10.1162/evco.1993.1.1.25. S2CID 16085506.

External links

Stub icon

This artificial intelligence-related article is a stub. You can help Misplaced Pages by expanding it.

Stub icon

This computer science article is a stub. You can help Misplaced Pages by expanding it.

Stub icon 1 Stub icon 2

This bioinformatics-related article is a stub. You can help Misplaced Pages by expanding it.

Categories:
Truncation selection Add topic