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 AddNodeCreates an immutable copy of aAddNodevalue.static AddNodeAddNode.of(double populationMutationProbability) Construct a new immutableAddNodeMutationinstance.static AddNodeImmutableAddNode.of(double populationMutationProbability) Construct a new immutableAddNodeinstance.Methods in net.bmahe.genetics4j.neat.spec.mutation with parameters of type AddNode