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

Makefile only.

parent 9854ac5c
Branches
No related tags found
No related merge requests found
......@@ -26,3 +26,4 @@ clean:
rm -rf /tmp/go-build[0-9]*
rm -rf /tmp/go.*.mod
rm -rf /tmp/go.*.sum
rm -rf ./examples/*.csv
# This should do reasonable sampling of the minimum near zero
ini_temp 0.1
final_temp 0.1
n_step 100000
x_ini -1.5,0.5,1
x_delta 0.5
seed 1637
foutname ex1.csv # This will store all the information from a run.
\ No newline at end of file
# This one is for debugging, rather than anything serious.
ini_temp 0.08
final_temp 0.08
n_step 1000
x_ini 4,4
x_delta 0.5
seed 1637
foutname ex1.csv # This will store all the information from a run.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment