public class IntelligentTreeFactory extends TreeFactoryAbstract
registry
Constructor and Description |
---|
IntelligentTreeFactory(CentralRegistry registry) |
Modifier and Type | Method and Description |
---|---|
static NAryTree |
generateRandomCandidate(CentralRegistry registry)
The Advanced trace model creation
|
NAryTree |
generateRandomCandidate(java.util.Random rng)
Randomly create a single candidate solution.
|
generateInitialPopulation, generateInitialPopulation
public IntelligentTreeFactory(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 generateRandomCandidate(CentralRegistry registry)
registry
-