Changeset 537 for experiments/frams
- Timestamp:
- 07/24/16 13:45:52 (8 years ago)
- Location:
- experiments/frams
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
experiments/frams/deathmatch/data/scripts/deathmatch.expdef
r480 r537 640 640 641 641 // //////////////////////////// 642 // ExpP arams setters642 // ExpProperties setters 643 643 644 644 //reinit populations on change -
experiments/frams/evolve-speed-vs-gravity/go-evol-water.cmd
r463 r537 5 5 for %%G in (1.0) do ( 6 6 7 frams "ex standard" "Simulator.creatwarnfail=1;" "World.wrldwat=20;" "ExpP arams.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.out7 frams "ex standard" "Simulator.creatwarnfail=1;" "World.wrldwat=20;" "ExpProperties.stagnation=30000;" "Populations[0].nnsim=Populations[0].enableperf=1;" "ExpProperties.minfitness=0.00001;" "UserScripts.script_Evolve_for_speed_vs_gravity_args(%%G,100);" -q >exp-evol-speed\testwater_%%G_%%R.out 8 8 9 9 ) -
experiments/frams/evolve-speed-vs-gravity/go-evol.cmd
r463 r537 5 5 for %%G in (0.2,0.4,0.6,0.8,1.0, 1.2,1.4,1.6,1.8,2.0) do ( 6 6 7 frams "ex standard" "Simulator.creatwarnfail=1;" "ExpP arams.stagnation=30000;" "ExpParams.minfitness=0.00001;" "UserScripts.script_Evolve_for_speed_vs_gravity_args(%%G,100);" -q >exp-evol-speed\test_%%G_%%R.out7 frams "ex standard" "Simulator.creatwarnfail=1;" "ExpProperties.stagnation=30000;" "ExpProperties.minfitness=0.00001;" "UserScripts.script_Evolve_for_speed_vs_gravity_args(%%G,100);" -q >exp-evol-speed\test_%%G_%%R.out 8 8 9 9 ) -
experiments/frams/logic/run-abduction.cmd
r193 r537 7 7 8 8 rem The abduction problem consting of an abductive goal being a simple conjuction and two formulas forming a database: 9 frams "ex logic_abduction" "ExpP arams.params=\"K_q_s;C_p_q C_r_s;abdOut1.txt\"; Simulator.init();" "go" "qu"9 frams "ex logic_abduction" "ExpProperties.params=\"K_q_s;C_p_q C_r_s;abdOut1.txt\"; Simulator.init();" "go" "qu" 10 10 11 11 rem The abduction problem consting of an abductive goal being a propositional variable and two formulas forming a database: 12 frams "ex logic_abduction" "ExpP arams.params=\"q;C_K_p_r_q C_C_N_r_q_p;abdOut2.txt\"; Simulator.init();" "go" "qu"12 frams "ex logic_abduction" "ExpProperties.params=\"q;C_K_p_r_q C_C_N_r_q_p;abdOut2.txt\"; Simulator.init();" "go" "qu" 13 13 -
experiments/frams/multi-threading/test-mt.cmd
r463 r537 4 4 5 5 rem real task: maximize fitness=velocity 6 rem frams "ex standard-mt" "ExpP arams.threads=%%T;" "ExpParams.capacity=%%C;" "UserScripts.script_Multithreading_efficiency_test_args(0,120,10);" -q >exp-evol-speed\test_%%T_%%C.out6 rem frams "ex standard-mt" "ExpProperties.threads=%%T;" "ExpProperties.capacity=%%C;" "UserScripts.script_Multithreading_efficiency_test_args(0,120,10);" -q >exp-evol-speed\test_%%T_%%C.out 7 7 8 8 … … 12 12 13 13 rem no mutation, no crossover, only cloning - so that the same genotype is always evaluated. Useful to measure "raw" efficiency of parallel computation 14 rem frams "ex standard-mt" "ExpP arams.threads=%%T;" "ExpParams.p_mut=0;" "ExpParams.p_xov=0;" "ExpParams.capacity=%%C;" "UserScripts.script_Multithreading_efficiency_test_args(0,6,10);" -q >exp-evol-speed-nochange\test_%%T_%%C.out14 rem frams "ex standard-mt" "ExpProperties.threads=%%T;" "ExpProperties.p_mut=0;" "ExpProperties.p_xov=0;" "ExpProperties.capacity=%%C;" "UserScripts.script_Multithreading_efficiency_test_args(0,6,10);" -q >exp-evol-speed-nochange\test_%%T_%%C.out 15 15 16 16 17 17 rem same as above but with a bigger genotype, so that the time spent on script processing is relatively shorter, and more time is used for pure simulation 18 rem frams "ex standard-mt" "ExpP arams.threads=%%T;" "ExpParams.p_mut=0;" "ExpParams.p_xov=0;" "ExpParams.capacity=%%C;" "UserScripts.script_Multithreading_efficiency_test_args(6,6,10);" -q >exp-evol-speed-nochange-biggeno\test_%%T_%%C.out18 rem frams "ex standard-mt" "ExpProperties.threads=%%T;" "ExpProperties.p_mut=0;" "ExpProperties.p_xov=0;" "ExpProperties.capacity=%%C;" "UserScripts.script_Multithreading_efficiency_test_args(6,6,10);" -q >exp-evol-speed-nochange-biggeno\test_%%T_%%C.out 19 19 20 20 21 21 rem keep threads running and only cloning 22 frams "ex standard-mt" "ExpP arams.threads=%%T;" "ExpParams.capacity=%%C;" "ExpParams.p_mut=0;" "ExpParams.p_xov=0;" "ExpParams.keep_threads_running=1;" "UserScripts.script_Multithreading_efficiency_test_args(3,50,10);" -q >exp-evol-speed-nochange-keeprunning\test_%%T_%%C.out22 frams "ex standard-mt" "ExpProperties.threads=%%T;" "ExpProperties.capacity=%%C;" "ExpProperties.p_mut=0;" "ExpProperties.p_xov=0;" "ExpProperties.keep_threads_running=1;" "UserScripts.script_Multithreading_efficiency_test_args(3,50,10);" -q >exp-evol-speed-nochange-keeprunning\test_%%T_%%C.out 23 23 24 24
Note: See TracChangeset
for help on using the changeset viewer.