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

Last change on this file since 463 was 463, checked in by Maciej Komosinski, 8 years ago

Updated for a new official way of calling scripts with arguments

File size: 556 bytes
RevLine 
[248]1rem Note: Computationally-intensive setup below! Many long runs. Decrease stagnation and remove repetition loops to get results faster.
2
3rem Repeat 10 times runs with various gravity values
4for %%R in (0,1,2,3,4,5,6,7,8,9) do (
5for %%G in (1.0) do (
6
[463]7frams "ex standard" "Simulator.creatwarnfail=1;" "World.wrldwat=20;" "ExpParams.stagnation=30000;" "Populations[0].nnsim=Populations[0].enableperf=1;" "ExpParams.minfitness=0.00001;" "UserScripts.script_Evolve_for_speed_vs_gravity_args(%%G,100);" -q >exp-evol-speed\testwater_%%G_%%R.out
[248]8
9)
10)
11
Note: See TracBrowser for help on using the repository browser.