Uses of Class
net.bmahe.genetics4j.core.spec.mutation.PartialMutation
Packages that use PartialMutation
-
Uses of PartialMutation in net.bmahe.genetics4j.core.spec.mutation
Subclasses of PartialMutation in net.bmahe.genetics4j.core.spec.mutationMethods in net.bmahe.genetics4j.core.spec.mutation that return PartialMutationModifier and TypeMethodDescriptionstatic PartialMutation
PartialMutation.of
(int chromosomeIndex, MutationPolicy mutationPolicy) Methods in net.bmahe.genetics4j.core.spec.mutation with parameters of type PartialMutationModifier and TypeMethodDescriptionstatic ImmutablePartialMutation
ImmutablePartialMutation.copyOf
(PartialMutation instance) Creates an immutable copy of aPartialMutation
value.ImmutablePartialMutation.Builder.from
(PartialMutation instance) Fill a builder with attribute values from the providedPartialMutation
instance.