Next: SOFTWARE-EVOLUTION-LIBRARY/COMPONENTS/MULTI-OBJECTIVE, Previous: SOFTWARE-EVOLUTION-LIBRARY/COMPONENTS/JSON-FODDER-DATABASE, Up: Software Evolution Library Index [Contents][Index]
Optional key function for components of test vector.
Compare fitness vectors with a fixed order.
Choose max-size individuals from the population by lexicase selection. The same individual may be selected multiple times.
Choose best individuals by lexicase selection.
If there is a tie after all tests, return all remaining individuals.
Set the value of ‘*tournament-selector*’ to ‘lexicase-select-best’ to use lexicase-style selection in tournament selection.