From 7c765b54420b7a60a5245c180858ade3ede9c604 Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 6 Sep 2022 08:59:28 +0000 Subject: [PATCH] 20220906a search parameters --- mevenson/simulation/runner.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mevenson/simulation/runner.lisp b/mevenson/simulation/runner.lisp index 0a953af..4e562f5 100644 --- a/mevenson/simulation/runner.lisp +++ b/mevenson/simulation/runner.lisp @@ -85,8 +85,8 @@ template." ;; not exactly sure why something like ;; (loop :for yes :from 0.4 :to 0.6 :by 0.05… has rounding problems ;; - (loop :for yes :from 2/5 :to 3/5 :by 1/20 - :for no :from 3/5 :downto 2/5 :by 1/20 + (loop :for yes :from 2/5 :to 3/5 :by 1/500 + :for no :from 3/5 :downto 2/5 :by 1/500 :with rounds = 10000 :doing (run 10