Uses of Class
net.bmahe.genetics4j.neat.spec.mutation.AddNode
Packages that use AddNode
Package
Description
-
Uses of AddNode in net.bmahe.genetics4j.neat.mutation.chromosome
Methods in net.bmahe.genetics4j.neat.mutation.chromosome with parameters of type AddNodeModifier and TypeMethodDescriptionprotected List
<Connection> NeatChromosomeAddNodeMutationHandler.mutateConnection
(AddNode mutationPolicy, NeatChromosome neatChromosome, Connection oldConnection, int i) -
Uses of AddNode in net.bmahe.genetics4j.neat.spec.mutation
Subclasses of AddNode in net.bmahe.genetics4j.neat.spec.mutationMethods in net.bmahe.genetics4j.neat.spec.mutation that return AddNodeModifier and TypeMethodDescriptionImmutableAddNode.Builder.build()
Builds a newAddNode
.static AddNode
Creates an immutable copy of aAddNode
value.static AddNode
AddNode.of
(double populationMutationProbability) Construct a new immutableAddNodeMutation
instance.static AddNode
ImmutableAddNode.of
(double populationMutationProbability) Construct a new immutableAddNode
instance.Methods in net.bmahe.genetics4j.neat.spec.mutation with parameters of type AddNode