aboutsummaryrefslogtreecommitdiff
path: root/NeuralNetworks.hpp
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2024-02-29 03:15:03 +0100
committerPaul Oliver <contact@pauloliver.dev>2024-02-29 03:15:30 +0100
commit6fd23da97fa9700f59c61a966b4bf7d25fa46b34 (patch)
treed5fe3a8305a5f57e5b4cedc8300e951c74696cc5 /NeuralNetworks.hpp
initial commitHEADmaster
Diffstat (limited to 'NeuralNetworks.hpp')
-rw-r--r--NeuralNetworks.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/NeuralNetworks.hpp b/NeuralNetworks.hpp
new file mode 100644
index 0000000..0edd503
--- /dev/null
+++ b/NeuralNetworks.hpp
@@ -0,0 +1,11 @@
+#ifndef __NEURALNETWORKS_HPP__
+#define __NEURALNETWORKS_HPP__
+
+#include "Population.hpp"
+
+#include "SingleMLP.hpp"
+#include "DualMLP.hpp"
+#include "SimpleRN.hpp"
+#include "FullyRN.hpp"
+
+#endif // __NEURALNETWORKS_HPP__