Last change
on this file since 166 was
117,
checked in by Maciej Komosinski, 11 years ago
|
sample script that demonstrates how to use Framsticks CLI to run multiple experiments with variable parameters
|
File size:
221 bytes
|
Line | |
---|
1 |
|
---|
2 | for %%G in (0.4,0.7,1.0,1.3,2.0) do (
|
---|
3 |
|
---|
4 | frams "ex standard" "ExpParams.stagnation=10000;" "ExpParams.minfitness=0.001;" "UserScripts.script_Evolve_for_speed_vs_gravity(%%G,10);" -q >exp-evol-speed\test_%%G.out
|
---|
5 |
|
---|
6 | )
|
---|
7 |
|
---|
Note: See
TracBrowser
for help on using the repository browser.