Global Information Lookup Global Information

Tournament selection information


Tournament selection is a method of selecting an individual from a population of individuals in a genetic algorithm.[1] Tournament selection involves running several "tournaments" among a few individuals (or "chromosomes") chosen at random from the population. The winner of each tournament (the one with the best fitness) is selected for crossover. Selection pressure, a probabilistic measure of a chromosome's likelihood of participation in the tournament based on the participant selection pool size, is easily adjusted by changing the tournament size. The reason is that if the tournament size is larger, weak individuals have a smaller chance to be selected, because, if a weak individual is selected to be in a tournament, there is a higher probability that a stronger individual is also in that tournament.

The tournament selection method may be described in pseudo code:

choose k (the tournament size) individuals from the population at random
choose the best individual from the tournament with probability p
choose the second best individual with probability p*(1-p)
choose the third best individual with probability p*((1-p)^2)
and so on

Deterministic tournament selection selects the best individual (when p = 1) in any tournament. A 1-way tournament (k = 1) selection is equivalent to random selection. There are two variants of the selection: with and without replacement. The variant without replacement guarantees that when selecting N individuals from a population of N elements, each individual participates in exactly k tournaments. An algorithm is proposed in.[2] Note that depending on the number of elements selected, selection without replacement does not guarantee that no individual is selected more than once. It just guarantees that each individual has an equal chance of participating in the same number of tournaments.

In comparison with the (stochastic) fitness proportionate selection method, tournament selection is often implemented in practice due to its lack of stochastic noise.[3]

Tournament selection has several benefits over alternative selection methods for genetic algorithms (for example, fitness proportionate selection and reward-based selection): it is efficient to code, works on parallel architectures and allows the selection pressure to be easily adjusted.[1] Tournament selection has also been shown to be independent of the scaling of the genetic algorithm fitness function (or 'objective function') in some classifier systems.[4][5]

  1. ^ a b Miller, Brad; Goldberg, David (1995). "Genetic Algorithms, Tournament Selection, and the Effects of Noise" (PDF). Complex Systems. 9: 193–212. S2CID 6491320. Archived from the original (PDF) on 2019-08-31.
  2. ^ Goldberg, David E.; Korb, Bradley; Deb, Kalyanmoy (1989). "Messy Genetic Algorithms: Motivation, Analysis, and First Results" (PDF). Complex Systems. 3 (5): 493–530.
  3. ^ Blickle, Tobias; Thiele, Lothar (December 1996). "A Comparison of Selection Schemes Used in Evolutionary Algorithms". Evolutionary Computation. 4 (4): 361–394. CiteSeerX 10.1.1.15.9584. doi:10.1162/evco.1996.4.4.361. S2CID 42718510.
  4. ^ Cantú-Paz, Erick, ed. (2003). Genetic and Evolutionary Computation -- GECCO 2003 : Genetic and Evolutionary Computation Conference Chicago, IL, USA, July 12-16, 2003 Proceedings, Part II. Berlin, Heidelberg: Springer-Verlag Berlin Heidelberg. ISBN 978-3-540-45110-5.
  5. ^ Goldberg, David; Deb, Kalyanmoy (1991). "A comparative analysis of selection schemes used in genetic algorithms" (PDF). Foundations of Genetic Algorithms. 1: 69–93. doi:10.1016/b978-0-08-050684-5.50008-2. ISBN 9780080506845. S2CID 938257. Archived from the original (PDF) on 2018-07-17.

and 15 Related for: Tournament selection information

Request time (Page generated in 0.8575 seconds.)

Tournament selection

Last Update:

Tournament selection is a method of selecting an individual from a population of individuals in a genetic algorithm. Tournament selection involves running...

Word Count : 547

NCAA basketball tournament selection process

Last Update:

The selection process for college basketball's NCAA Division I Men's and Women's Basketball Tournaments determine which teams (68 men's and 68 women's)...

Word Count : 4120

2024 NCAA Division I baseball tournament

Last Update:

Men's College World Series scores, schedule". "2024 college baseball tournament selection show: Time, how to watch the bracket reveal". ncaa.com. May 24, 2024...

Word Count : 1157

2023 NCAA Division I baseball tournament

Last Update:

Kentucky Sports Radio. Retrieved May 30, 2023. "2023 college baseball tournament selection show: Time, how to watch the bracket reveal". NCAA. May 27, 2023...

Word Count : 1214

Fitness proportionate selection

Last Update:

candidate is drawn independently. Other selection techniques, such as stochastic universal sampling or tournament selection, are often used in practice. This...

Word Count : 1020

2022 NCAA Division I baseball tournament

Last Update:

at-large, with selections extended by the NCAA Selection Committee. For the first time ever, the Pac-12 Conference had a conference tournament to determine...

Word Count : 1091

2021 NCAA Division I baseball tournament

Last Update:

conference's tournament. The remaining 34 bids were at-large", with selections extended by the NCAA Selection Committee. On Friday, May 14, the NCAA Selection Committee...

Word Count : 2035

National Invitation Tournament

Last Update:

the NCAA tournament selection committee invited only one team each from eight national regions, potentially leaving better quality selections and natural...

Word Count : 5481

2010 FIFA World Cup squads

Last Update:

goalkeepers, thus was only allowed to play as a goalkeeper during the tournament. "Selection blow for Korea DPR". FIFA.com. Fédération Internationale de Football...

Word Count : 885

OHL Cup

Last Update:

similarly be determined by the Tournament Selection Committee. This year (2011)the Toronto Marlboros won the tournament led by Cody Thompson who was the...

Word Count : 382

List of Portugal national football team managers

Last Update:

first time and finished in 3rd place in the tournament. As he leaves his post after the competition, the selection regains anonymity. More recently, another...

Word Count : 409

1991 FIBA Centennial Jubilee

Last Update:

Europe format. The Balkans Selection won the all-star game, which took place on 8 June 1991, by a score of 103–102. The tournament is not counted officially...

Word Count : 308

Jeff Sagarin

Last Update:

the NCAA Tournament Selection Committee to help determine the participants in the NCAA Men's Division I Basketball Championship tournament since 1984...

Word Count : 854

Matt Howard

Last Update:

League men's basketball tournament MVP as well as a four-time Horizon League men's basketball tournament All-Tournament selection. He won the 2011 Lou Henson...

Word Count : 1782

Selection algorithm

Last Update:

In computer science, a selection algorithm is an algorithm for finding the k {\displaystyle k} th smallest value in a collection of ordered values, such...

Word Count : 5732

PDF Search Engine © AllGlobal.net