summaryrefslogtreecommitdiff
path: root/src/Example.hs
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-11-14 19:27:57 +0100
committerTom Smeding <tom@tomsmeding.com>2024-11-14 19:27:57 +0100
commitb8c162ce9cb1faeec621b751fff9aff46e022417 (patch)
tree9c31700f34f9a1f1a67e0a73c880938130e87ee6 /src/Example.hs
parentbb84f6930702a02ba982795e2bb95a64d61f672b (diff)
Configuration for CHAD
Diffstat (limited to 'src/Example.hs')
-rw-r--r--src/Example.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Example.hs b/src/Example.hs
index 390031e..94a6934 100644
--- a/src/Example.hs
+++ b/src/Example.hs
@@ -182,7 +182,7 @@ neuralGo =
revderiv =
simplifyN 20 $
ELet ext (EConst ext STF64 1.0) $
- chad knownEnv neural
+ chad defaultConfig knownEnv neural
(primal, dlay1_1, dlay2_1, dlay3_1, dinput_1) = case interpretOpen False argument revderiv of
(primal', (((((), Right dlay1_1'), Right dlay2_1'), dlay3_1'), dinput_1')) -> (primal', dlay1_1', dlay2_1', dlay3_1', dinput_1')
_ -> undefined