public class TreeFactoryFlower extends TreeFactoryAbstract
registry
Constructor and Description |
---|
TreeFactoryFlower(CentralRegistry registry) |
Modifier and Type | Method and Description |
---|---|
static NAryTree |
createFlower(CentralRegistry registry) |
NAryTree |
generateRandomCandidate(java.util.Random rng)
Randomly create a single candidate solution.
|
generateInitialPopulation, generateInitialPopulation
public TreeFactoryFlower(CentralRegistry registry)
public static NAryTree createFlower(CentralRegistry registry)
public NAryTree generateRandomCandidate(java.util.Random rng)
CandidateFactory
rng
- The random number generator to use when creating the random
candidate.