- Timestamp:
- 11/29/21 03:37:09 (3 years ago)
- Location:
- framspy
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
framspy/eval-allcriteria.sim
r1149 r1162 130 130 f0_p_frc:10.0 131 131 f0_p_ing:10.0 132 f0_p_asm: 10.0132 f0_p_asm:0.0 133 133 f0_j_new:5.0 134 134 f0_j_del:5.0 135 f0_j_stm: 10.0135 f0_j_stm:0.0 136 136 f0_j_stf:10.0 137 137 f0_j_rsf:10.0 … … 223 223 f8_mut_del_loop:0.0 224 224 f8_mut_del_prod:8.0 225 f9_mut:0. 1225 f9_mut:0.0 226 226 fF_xover:0.5 227 227 fn_xover:0.9 … … 375 375 initial_nn_active:2 376 376 nn_paused:0 377 perfperiod:100 0378 stabilperiod:100 0377 perfperiod:100 378 stabilperiod:100 379 379 killnostable:1000000 380 380 stabledist:0.01 -
framspy/frams-test-props.py
r1158 r1162 1 """An example of iterating through the properties of an ExtValue object and printing their characteristics.""" 1 """An advanced example of iterating through the properties of an ExtValue object and printing their characteristics. 2 This example may be useful for some developers, but it is not needed for a regular usage of Framsticks (i.e. simulation and evolution).""" 2 3 3 4 import frams -
framspy/frams-test.py
r1116 r1162 3 3 For an introduction to Framsticks, its usage and scripting, see https://www.youtube.com/playlist?list=PLkPlXm7pOPatTl3_Gecx8ZaCVGeH4UV1L 4 4 For a list of available classes, objects, methods and fields, see http://www.framsticks.com/files/classdoc/ 5 For a number of examples of scripting, see the "scripts" directory in the Framsticks distribution. 6 """ 5 For a number of examples of scripting, see the "scripts" directory in the Framsticks distribution.""" 7 6 8 7 import sys -
framspy/sample-period-2.sim
r1149 r1162 1 1 # Very low "performance sampling period" in the first population to sample performance very often during lifespan 2 2 # and avoid overlooking some behavior. Averaged performance of sampled values is returned as the final value. 3 # See http://www.framsticks.com/a/al_params.html#exper-perfcalc 3 4 # 4 5 # Before loading this file, load base settings, e.g. "eval-allcriteria.sim". -
framspy/sample-period-longest.sim
r1158 r1162 1 1 # Extremely high "performance sampling period" in the first population to measure distance and velocity rectilinearly. 2 # Such a long period (likely longer than lifespan) results in two sampling events: at birth and at death. 2 # Such a long period (likely longer than lifespan) results in only two sampling events: at birth and at death. 3 # See http://www.framsticks.com/a/al_params.html#exper-perfcalc 3 4 # 4 5 # Before loading this file, load base settings, e.g. "eval-allcriteria.sim".
Note: See TracChangeset
for help on using the changeset viewer.