Ignore:
Timestamp:
02/03/16 23:21:11 (8 years ago)
Author:
Maciej Komosinski
Message:

Updated for a new official way of calling scripts with arguments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • experiments/frams/evolve-speed-vs-gravity/go-evol-water.cmd

    r248 r463  
    55for %%G in (1.0) do (
    66
    7 frams "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(%%G,100);" -q >exp-evol-speed\testwater_%%G_%%R.out
     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
    88
    99)
Note: See TracChangeset for help on using the changeset viewer.