Uses of Interface
net.bmahe.genetics4j.gp.spec.mutation.NodeReplacement
Packages that use NodeReplacement
-
Uses of NodeReplacement in net.bmahe.genetics4j.gp.spec.mutation
Classes in net.bmahe.genetics4j.gp.spec.mutation that implement NodeReplacementMethods in net.bmahe.genetics4j.gp.spec.mutation that return NodeReplacementModifier and TypeMethodDescriptionstatic NodeReplacement
NodeReplacement.of
(double populationMutationProbability) Methods in net.bmahe.genetics4j.gp.spec.mutation with parameters of type NodeReplacementModifier and TypeMethodDescriptionstatic ImmutableNodeReplacement
ImmutableNodeReplacement.copyOf
(NodeReplacement instance) Creates an immutable copy of aNodeReplacement
value.ImmutableNodeReplacement.Builder.from
(NodeReplacement instance) Fill a builder with attribute values from the providedNodeReplacement
instance.