tests cleaning

This commit is contained in:
2016-05-08 12:08:35 +02:00
parent 44793b78b5
commit 4b42a8c310
8 changed files with 119 additions and 7 deletions

View File

@@ -1,7 +1,12 @@
#include <NeuralNetwork/FeedForward/Network.h>
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Weffc++"
#include <gtest/gtest.h>
#pragma GCC diagnostic pop
TEST(FeedForward, XOR) {
NeuralNetwork::FeedForward::Network n(2);
NeuralNetwork::ActivationFunction::Sigmoid a(-1);