Changeset 1329 for experiments


Ignore:
Timestamp:
12/26/24 01:43:47 (3 weeks ago)
Author:
Maciej Komosinski
Message:

Cosmetic

Location:
experiments/frams
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • experiments/frams/foraminifera/data/scripts/foraminifera.expdef

    r1152 r1329  
    8484        //world
    8585        SignalView.mode = 1;
    86         World.wrldwat = 200;
     86        World.wrldwat = 50;
    8787        World.wrldsiz = micronsToFrams(100000);
    8888        World.wrldbnd = 1;
  • experiments/frams/foraminifera/data/scripts/foraminifera.show

    r1152 r1329  
    105105property:
    106106id:feedtrans
    107 name:Energy transfer
    108 type:d 0 2 1 ~0.0001~0.001~0.01
     107name:Energy transfer per second
     108type:d 0 2 1 ~0.0005~0.001~0.002
    109109
    110110property:
    111111id:energy_nut
    112 name:Nutrient energy
    113 type:d 0 2 1 ~28908~108908~188908
     112name: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
     114type:d 0 2 1 ~≈29~≈109~≈189
    114115
    115116property:
  • experiments/frams/multi-threading/test-mt.cmd

    r703 r1329  
    44
    55rem 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.out
     6rem 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
    77
    88
     
    1212
    1313rem 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 "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
     14frams "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
    1515
    1616
    1717rem 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 "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
     18frams "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
    1919
    2020
Note: See TracChangeset for help on using the changeset viewer.