Changeset 1329 for experiments
- Timestamp:
- 12/26/24 01:43:47 (3 weeks ago)
- Location:
- experiments/frams
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
experiments/frams/foraminifera/data/scripts/foraminifera.expdef
r1152 r1329 84 84 //world 85 85 SignalView.mode = 1; 86 World.wrldwat = 200;86 World.wrldwat = 50; 87 87 World.wrldsiz = micronsToFrams(100000); 88 88 World.wrldbnd = 1; -
experiments/frams/foraminifera/data/scripts/foraminifera.show
r1152 r1329 105 105 property: 106 106 id:feedtrans 107 name:Energy transfer 108 type:d 0 2 1 ~0.000 1~0.001~0.01107 name:Energy transfer per second 108 type:d 0 2 1 ~0.0005~0.001~0.002 109 109 110 110 property: 111 111 id:energy_nut 112 name:Nutrient energy 113 type:d 0 2 1 ~28908~108908~188908 112 name:Nutrient energy [ng Corg] 113 # shorter approximate values instead of precise picograms ~28908~108908~188908. Details in http://dx.doi.org/10.1016/j.jocs.2016.09.009 114 type:d 0 2 1 ~≈29~≈109~≈189 114 115 115 116 property: -
experiments/frams/multi-threading/test-mt.cmd
r703 r1329 4 4 5 5 rem real task: maximize fitness=velocity 6 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.out6 rem frams "expdef 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 remframs "expdef 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.out14 frams "expdef 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 remframs "expdef 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.out18 frams "expdef 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
Note: See TracChangeset
for help on using the changeset viewer.