public abstract class TreeFactoryAbstract extends AbstractCandidateFactory<NAryTree>
Modifier and Type | Field and Description |
---|---|
protected CentralRegistry |
registry |
Constructor and Description |
---|
TreeFactoryAbstract(CentralRegistry registry) |
generateInitialPopulation, generateInitialPopulation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
generateRandomCandidate
protected CentralRegistry registry
public TreeFactoryAbstract(CentralRegistry registry)