From 1d989ebec2da55c96679deb001ade44ba8423867 Mon Sep 17 00:00:00 2001 From: "Andrew E. Torda" <torda@zbh.uni-hamburg.de> Date: Fri, 22 Apr 2022 20:14:51 +0200 Subject: [PATCH] Start of branch for keeping adaptive step size. --- README_version | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README_version diff --git a/README_version b/README_version new file mode 100644 index 0000000..275dd5d --- /dev/null +++ b/README_version @@ -0,0 +1,2 @@ +I want to remove the adaptive step size code from the version used for teaching. I will keep the code in this version. +It works, but the implementation is ugly and full of arbitrary numbers, like checking every n-hundred steps if we should do something. \ No newline at end of file -- GitLab