Uses of Interface
net.bmahe.genetics4j.gp.program.ProgramGenerator
Package
Description
-
Uses of ProgramGenerator in net.bmahe.genetics4j.gp.chromosomes.factory
Modifier and TypeFieldDescriptionprivate final ProgramGenerator
ProgramTreeChromosomeFactory.programGenerator
-
Uses of ProgramGenerator in net.bmahe.genetics4j.gp.mutation
Modifier and TypeFieldDescriptionprivate final ProgramGenerator
ProgramRandomMutateMutator.programGenerator
(package private) final ProgramGenerator
ProgramRandomMutatePolicyHandler.programGenerator
private final ProgramGenerator
TrimTreeMutator.programGenerator
(package private) final ProgramGenerator
TrimTreePolicyHandler.programGenerator
ModifierConstructorDescriptionProgramRandomMutateMutator
(ProgramGenerator _programGenerator, RandomGenerator _randomGenerator, AbstractEAConfiguration _eaConfiguration, double _populationMutationProbability) ProgramRandomMutatePolicyHandler
(RandomGenerator _randomGenerator, ProgramGenerator _programGenerator) TrimTreeMutator
(ProgramGenerator _programGenerator, RandomGenerator _randomGenerator, AbstractEAConfiguration _eaConfiguration, TrimTree _trimTree) TrimTreePolicyHandler
(RandomGenerator _randomGenerator, ProgramGenerator _programGenerator) -
Uses of ProgramGenerator in net.bmahe.genetics4j.gp.program
Modifier and TypeClassDescriptionclass
class
class
class
class
Modifier and TypeFieldDescriptionprivate final ProgramGenerator
RampedHalfAndHalfProgramGenerator.programGenerator
Modifier and TypeFieldDescriptionprivate final List
<ProgramGenerator> MultiProgramGenerator.programGenerators
Modifier and TypeMethodDescriptionprivate ProgramGenerator
MultiProgramGenerator.pickProgramGenerator()
ModifierConstructorDescriptionMultiProgramGenerator
(RandomGenerator _randomGenerator, Collection<ProgramGenerator> _programGenerators) -
Uses of ProgramGenerator in net.bmahe.genetics4j.gp.spec
Modifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
ImmutableEAExecutionContext.Builder<T> GPEAExecutionContexts.forGP
(RandomGenerator randomGenerator, ProgramHelper programHelper, ProgramGenerator programGenerator) Create a new EAExecutionContext pre-configured to support Genetic Programming.