Uses of Interface
net.bmahe.genetics4j.gp.spec.mutation.TrimTree
-
Uses of TrimTree in net.bmahe.genetics4j.gp.mutation
Modifier and TypeMethodDescriptionprivate int
TrimTreeMutator.maxDepthValue
(Program program, TrimTree trimTree) ModifierConstructorDescriptionTrimTreeMutator
(ProgramGenerator _programGenerator, RandomGenerator _randomGenerator, AbstractEAConfiguration _eaConfiguration, TrimTree _trimTree) -
Uses of TrimTree in net.bmahe.genetics4j.gp.spec.mutation
Modifier 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 depthModifier and TypeMethodDescriptionstatic ImmutableTrimTree
Creates an immutable copy of aTrimTree
value.Fill a builder with attribute values from the providedTrimTree
instance.