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 CreepMutationImmutableCreepMutation.copyOf(CreepMutation instance) Creates an immutable copy of aCreepMutationvalue.static CreepMutationCreepMutation.of(double populationMutationProbability, Distribution distribution) static CreepMutationImmutableCreepMutation.of(double populationMutationProbability, Distribution distribution) Construct a new immutableCreepMutationinstance.static CreepMutationCreepMutation.ofNormal(double populationMutationProbability, double mean, double standardDeviation) Methods in net.bmahe.genetics4j.core.spec.mutation with parameters of type CreepMutationModifier and TypeMethodDescriptionstatic CreepMutationImmutableCreepMutation.copyOf(CreepMutation instance) Creates an immutable copy of aCreepMutationvalue.ImmutableCreepMutation.Builder.from(CreepMutation instance) Fill a builder with attribute values from the providedCreepMutationinstance. -
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)