Uses of Interface
net.bmahe.genetics4j.gp.spec.mutation.TrimTree
Packages that use TrimTree
-
Uses of TrimTree in net.bmahe.genetics4j.gp.mutation
Fields in net.bmahe.genetics4j.gp.mutation declared as TrimTreeMethods in net.bmahe.genetics4j.gp.mutation with parameters of type TrimTreeModifier and TypeMethodDescriptionprivate int
TrimTreeMutator.maxDepthValue
(Program program, TrimTree trimTree) Constructors in net.bmahe.genetics4j.gp.mutation with parameters of type TrimTreeModifierConstructorDescriptionTrimTreeMutator
(ProgramGenerator _programGenerator, RandomGenerator _randomGenerator, AbstractEAConfiguration _eaConfiguration, TrimTree _trimTree) -
Uses of TrimTree in net.bmahe.genetics4j.gp.spec.mutation
Classes in net.bmahe.genetics4j.gp.spec.mutation that implement TrimTreeMethods in net.bmahe.genetics4j.gp.spec.mutation that return TrimTreeModifier and TypeMethodDescriptionImmutableTrimTree.Builder.build()
Builds a newTrimTree
.static TrimTree
TrimTree.build()
Build a TrimTree using the default max depth as specified in the Programstatic TrimTree
Creates an immutable copy of aTrimTree
value.static TrimTree
Construct a new immutableTrimTree
instance.static TrimTree
TrimTree.of
(int maxDepth) Build a TrimTree enforcing a specific max depthMethods in net.bmahe.genetics4j.gp.spec.mutation with parameters of type TrimTree