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.cmd

    r249 r463  
    55for %%G in (0.2,0.4,0.6,0.8,1.0, 1.2,1.4,1.6,1.8,2.0) do (
    66
    7 frams "ex standard" "Simulator.creatwarnfail=1;" "ExpParams.stagnation=30000;" "ExpParams.minfitness=0.00001;" "UserScripts.script_Evolve_for_speed_vs_gravity(%%G,100);" -q >exp-evol-speed\test_%%G_%%R.out
     7frams "ex standard" "Simulator.creatwarnfail=1;" "ExpParams.stagnation=30000;" "ExpParams.minfitness=0.00001;" "UserScripts.script_Evolve_for_speed_vs_gravity_args(%%G,100);" -q >exp-evol-speed\test_%%G_%%R.out
    88
    99)
Note: See TracChangeset for help on using the changeset viewer.