Uses of Interface
net.bmahe.genetics4j.gp.spec.mutation.ProgramRandomPrune
Packages that use ProgramRandomPrune
-
Uses of ProgramRandomPrune in net.bmahe.genetics4j.gp.spec.mutation
Classes in net.bmahe.genetics4j.gp.spec.mutation that implement ProgramRandomPruneMethods in net.bmahe.genetics4j.gp.spec.mutation that return ProgramRandomPruneModifier and TypeMethodDescriptionImmutableProgramRandomPrune.Builder.build()Builds a newProgramRandomPrune.static ProgramRandomPruneImmutableProgramRandomPrune.copyOf(ProgramRandomPrune instance) Creates an immutable copy of aProgramRandomPrunevalue.static ProgramRandomPruneImmutableProgramRandomPrune.of(double populationMutationProbability) Construct a new immutableProgramRandomPruneinstance.static ProgramRandomPruneProgramRandomPrune.of(double populationMutationProbability) Methods in net.bmahe.genetics4j.gp.spec.mutation with parameters of type ProgramRandomPruneModifier and TypeMethodDescriptionstatic ProgramRandomPruneImmutableProgramRandomPrune.copyOf(ProgramRandomPrune instance) Creates an immutable copy of aProgramRandomPrunevalue.ImmutableProgramRandomPrune.Builder.from(ProgramRandomPrune instance) Fill a builder with attribute values from the providedProgramRandomPruneinstance.