Uses of Interface
net.bmahe.genetics4j.gp.program.ProgramGenerator
Packages that use ProgramGenerator
Package
Description
-
Uses of ProgramGenerator in net.bmahe.genetics4j.gp.chromosomes.factory
Fields in net.bmahe.genetics4j.gp.chromosomes.factory declared as ProgramGeneratorModifier and TypeFieldDescriptionprivate final ProgramGenerator
ProgramTreeChromosomeFactory.programGenerator
Constructors in net.bmahe.genetics4j.gp.chromosomes.factory with parameters of type ProgramGenerator -
Uses of ProgramGenerator in net.bmahe.genetics4j.gp.mutation
Fields in net.bmahe.genetics4j.gp.mutation declared as ProgramGeneratorModifier and TypeFieldDescriptionprivate final ProgramGenerator
ProgramRandomMutateMutator.programGenerator
(package private) final ProgramGenerator
ProgramRandomMutatePolicyHandler.programGenerator
private final ProgramGenerator
TrimTreeMutator.programGenerator
(package private) final ProgramGenerator
TrimTreePolicyHandler.programGenerator
Constructors in net.bmahe.genetics4j.gp.mutation with parameters of type ProgramGeneratorModifierConstructorDescriptionProgramRandomMutateMutator
(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
Classes in net.bmahe.genetics4j.gp.program that implement ProgramGeneratorModifier and TypeClassDescriptionclass
class
class
class
class
Fields in net.bmahe.genetics4j.gp.program declared as ProgramGeneratorModifier and TypeFieldDescriptionprivate final ProgramGenerator
RampedHalfAndHalfProgramGenerator.programGenerator
Fields in net.bmahe.genetics4j.gp.program with type parameters of type ProgramGeneratorModifier and TypeFieldDescriptionprivate final List
<ProgramGenerator> MultiProgramGenerator.programGenerators
Methods in net.bmahe.genetics4j.gp.program that return ProgramGeneratorModifier and TypeMethodDescriptionprivate ProgramGenerator
MultiProgramGenerator.pickProgramGenerator()
Constructor parameters in net.bmahe.genetics4j.gp.program with type arguments of type ProgramGeneratorModifierConstructorDescriptionMultiProgramGenerator
(RandomGenerator _randomGenerator, Collection<ProgramGenerator> _programGenerators) -
Uses of ProgramGenerator in net.bmahe.genetics4j.gp.spec
Methods in net.bmahe.genetics4j.gp.spec with parameters of type ProgramGeneratorModifier 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.