From a005bcdf7b24ef60ef0a9336e27801e8d8ec70ad Mon Sep 17 00:00:00 2001 From: sanine Date: Tue, 21 Nov 2023 21:06:20 -0600 Subject: implement output computation --- test/MindTest.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/MindTest.hs') diff --git a/test/MindTest.hs b/test/MindTest.hs index cf5c50a..7b208b4 100644 --- a/test/MindTest.hs +++ b/test/MindTest.hs @@ -92,8 +92,8 @@ networkTests = testGroup "network tests" $ , testCase "multiple inputs, multiple outputs" $ let net = Network 4 [] - [ [ Edge (Input 0, 1.0) - , Edge (Input 1, negate 2.0) + [ [ Edge (Input 0, negate 1.0) + , Edge (Input 1, 1.0) ] , [ Edge (Input 2, negate 1.0) , Edge (Input 3, 1.0) -- cgit v1.2.1