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 TypeMethodDescriptionImmutableCreepMutation.Builder.build()
Builds a newCreepMutation
.static CreepMutation
ImmutableCreepMutation.copyOf
(CreepMutation instance) Creates an immutable copy of aCreepMutation
value.static CreepMutation
CreepMutation.of
(double populationMutationProbability, Distribution distribution) static CreepMutation
ImmutableCreepMutation.of
(double populationMutationProbability, Distribution distribution) Construct a new immutableCreepMutation
instance.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 CreepMutation
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)