Uses of Class
net.bmahe.genetics4j.core.spec.mutation.CreepMutation
Packages that use CreepMutation
Package
Description
-
Uses of CreepMutation in net.bmahe.genetics4j.core.spec.mutation
Subclasses of CreepMutation in net.bmahe.genetics4j.core.spec.mutationMethods in net.bmahe.genetics4j.core.spec.mutation that return CreepMutationModifier and TypeMethodDescriptionstatic CreepMutation
CreepMutation.of
(double populationMutationProbability, Distribution distribution) static CreepMutation
CreepMutation.ofNormal
(double populationMutationProbability, double mean, double standardDeviation) Methods in net.bmahe.genetics4j.core.spec.mutation with parameters of type CreepMutationModifier and TypeMethodDescriptionstatic ImmutableCreepMutation
ImmutableCreepMutation.copyOf
(CreepMutation instance) Creates an immutable copy of aCreepMutation
value.ImmutableCreepMutation.Builder.from
(CreepMutation instance) Fill a builder with attribute values from the providedCreepMutation
instance. -
Uses of CreepMutation in net.bmahe.genetics4j.neat.mutation.chromosome
Methods in net.bmahe.genetics4j.neat.mutation.chromosome with parameters of type CreepMutationModifier and TypeMethodDescriptionprotected List
<Connection> NeatChromosomeCreepMutationHandler.mutateConnection
(CreepMutation creepMutation, NeatChromosome neatChromosome, Connection oldConnection, int i)