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 TypeMethodDescriptionstatic AddNode
AddNode.of
(double populationMutationProbability) Construct a new immutableAddNodeMutation
instance.Methods in net.bmahe.genetics4j.neat.spec.mutation with parameters of type AddNodeModifier and TypeMethodDescriptionstatic ImmutableAddNode
Creates an immutable copy of aAddNode
value.final ImmutableAddNode.Builder
Fill a builder with attribute values from the providedAddNode
instance.