Package net.bmahe.genetics4j.neat
package net.bmahe.genetics4j.neat
-
ClassDescriptionUtility class providing common activation functions for NEAT (NeuroEvolution of Augmenting Topologies) neural networks.Represents a neural network connection in the NEAT (NeuroEvolution of Augmenting Topologies) algorithm.Represents a pair of node indices defining a potential connection in NEAT neural networks.Implements a feed-forward neural network for evaluating NEAT (NeuroEvolution of Augmenting Topologies) chromosomes.Immutable implementation of
Connection
.Builds instances of typeImmutableConnection
.Manages innovation numbers for the NEAT (NeuroEvolution of Augmenting Topologies) algorithm.Factory class for creating NEAT (NeuroEvolution of Augmenting Topologies) execution contexts.Utility class providing core algorithmic operations for the NEAT (NeuroEvolution of Augmenting Topologies) algorithm.Species<T extends Comparable<T>>Represents a species in the NEAT (NeuroEvolution of Augmenting Topologies) algorithm.Generates unique identifiers for NEAT (NeuroEvolution of Augmenting Topologies) species.