Uses of Class
net.bmahe.genetics4j.core.spec.mutation.CreepMutation
Package
Description
-
Uses of CreepMutation in net.bmahe.genetics4j.core.spec.mutation
Modifier and TypeMethodDescriptionstatic CreepMutation
CreepMutation.of
(double populationMutationProbability, Distribution distribution) static CreepMutation
CreepMutation.ofNormal
(double populationMutationProbability, double mean, double standardDeviation) Modifier 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
Modifier and TypeMethodDescriptionprotected List
<Connection> NeatChromosomeCreepMutationHandler.mutateConnection
(CreepMutation creepMutation, NeatChromosome neatChromosome, Connection oldConnection, int i)