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 TypeMethodDescriptionstatic TrimTree
TrimTree.build()
Build a TrimTree using the default max depth as specified in the Programstatic TrimTree
TrimTree.of
(int maxDepth) Build a TrimTree enforcing a specific max depthMethods in net.bmahe.genetics4j.gp.spec.mutation with parameters of type TrimTreeModifier and TypeMethodDescriptionstatic ImmutableTrimTree
Creates an immutable copy of aTrimTree
value.Fill a builder with attribute values from the providedTrimTree
instance.