Skip to content
Snippets Groups Projects
Commit 207fbdea authored by Andrew E. Torda's avatar Andrew E. Torda
Browse files

Note about bug.

parent e452967d
No related branches found
No related tags found
No related merge requests found
...@@ -40,6 +40,9 @@ This is in csv format. For gnuplot, do not forget to `set datafile separator ',' ...@@ -40,6 +40,9 @@ This is in csv format. For gnuplot, do not forget to `set datafile separator ','
# BUGS # BUGS
## Real 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 ### 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? 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?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment