source: experiments/frams/evolve-speed-vs-gravity/go-evol.cmd @ 117

Last change on this file since 117 was 117, checked in by Maciej Komosinski, 10 years ago

sample script that demonstrates how to use Framsticks CLI to run multiple experiments with variable parameters

File size: 221 bytes
Line 
1
2for %%G in (0.4,0.7,1.0,1.3,2.0) do (
3
4frams "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.