From 207fbdea5454095a48db3683fc104b6c59d76746 Mon Sep 17 00:00:00 2001
From: "Andrew E. Torda" <torda@zbh.uni-hamburg.de>
Date: Wed, 6 Jul 2022 10:44:35 +0200
Subject: [PATCH] Note about bug.

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index feb57fe..f985870 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,9 @@ This is in csv format. For gnuplot, do not forget to `set datafile separator ','
 # BUGS
 ## Real Bugs
 
+### Best value
+Check if this is real. When doing simulated annealing, we print out the best value found and the step number. I think the step number might be wrong.
+
 ### Only under windows
 I use `os.Create()` to open a file for writing (plots, `.csv` files. In my "Documents" folder, the function call returns "The system cannot find the file specified". On my test machine, this was a result of trying to write to a protected folder with an application (ackley_mc) that windows did not know about. If you fight your way through the windows menus, you will find a place that shows "blocked software". You could add `ackley_mc.exe` to the list of blessed executables, but why not just run the code from another directory?
 
-- 
GitLab