org.vizzini.ai.geneticalgorithm
Class RandomSelector
java.lang.Object
org.vizzini.ai.geneticalgorithm.AbstractSelector
org.vizzini.ai.geneticalgorithm.RandomSelector
- All Implemented Interfaces:
- ISelector
public class RandomSelector
- extends AbstractSelector
Provides a chromosome selector which simply randomly selects from the
population.
- Since:
- v0.3
- Version:
- v0.3
- Author:
- Jeffrey M. Thompson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RandomSelector
public RandomSelector()
selectNext
public IChromosome selectNext()
- Select the next chromosome from the population.
- Since:
- v0.3
Copyright © 2007 Vizzini.org. All Rights Reserved.
|
2007.12.25.03.00.02 |