Uses of Class
net.bmahe.genetics4j.neat.RecurrentNetwork
Packages that use RecurrentNetwork
-
Uses of RecurrentNetwork in net.bmahe.genetics4j.samples.neat
Methods in net.bmahe.genetics4j.samples.neat that return RecurrentNetworkModifier and TypeMethodDescriptionprivate static RecurrentNetworkRecurrentControlExample.buildNetwork(NeatChromosome chromosome) private RecurrentNetworkRecurrentParityExample.buildNetwork(NeatChromosome chromosome) Methods in net.bmahe.genetics4j.samples.neat with parameters of type RecurrentNetworkModifier and TypeMethodDescriptionprivate static floatRecurrentControlExample.simulateEpisode(RecurrentNetwork network, Integer outputNodeIndex, float startPosition, boolean verbose)