Package net.bmahe.genetics4j.neat
Class FeedForwardNetwork
java.lang.Object
net.bmahe.genetics4j.neat.FeedForwardNetwork
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Map
<Integer, Set<Connection>> private final List
<Connection> static final org.apache.logging.log4j.Logger
-
Constructor Summary
ConstructorDescriptionFeedForwardNetwork
(Set<Integer> _inputNodeIndices, Set<Integer> _outputNodeIndices, List<Connection> _connections, Function<Float, Float> _activationFunction) -
Method Summary
-
Field Details
-
logger
public static final org.apache.logging.log4j.Logger logger -
inputNodeIndices
-
outputNodeIndices
-
connections
-
layers
-
backwardConnections
-
activationFunction
-
-
Constructor Details
-
FeedForwardNetwork
-
-
Method Details
-
compute
-