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