Changeset 1162


Ignore:
Timestamp:
11/29/21 03:37:09 (2 years ago)
Author:
Maciej Komosinski
Message:

Cosmetic

Location:
framspy
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • framspy/eval-allcriteria.sim

    r1149 r1162  
    130130f0_p_frc:10.0
    131131f0_p_ing:10.0
    132 f0_p_asm:10.0
     132f0_p_asm:0.0
    133133f0_j_new:5.0
    134134f0_j_del:5.0
    135 f0_j_stm:10.0
     135f0_j_stm:0.0
    136136f0_j_stf:10.0
    137137f0_j_rsf:10.0
     
    223223f8_mut_del_loop:0.0
    224224f8_mut_del_prod:8.0
    225 f9_mut:0.1
     225f9_mut:0.0
    226226fF_xover:0.5
    227227fn_xover:0.9
     
    375375initial_nn_active:2
    376376nn_paused:0
    377 perfperiod:1000
    378 stabilperiod:1000
     377perfperiod:100
     378stabilperiod:100
    379379killnostable:1000000
    380380stabledist: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.
     2This example may be useful for some developers, but it is not needed for a regular usage of Framsticks (i.e. simulation and evolution)."""
    23
    34import frams
  • framspy/frams-test.py

    r1116 r1162  
    33For an introduction to Framsticks, its usage and scripting, see https://www.youtube.com/playlist?list=PLkPlXm7pOPatTl3_Gecx8ZaCVGeH4UV1L
    44For 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 """
     5For a number of examples of scripting, see the "scripts" directory in the Framsticks distribution."""
    76
    87import sys
  • framspy/sample-period-2.sim

    r1149 r1162  
    11# Very low "performance sampling period" in the first population to sample performance very often during lifespan
    22# 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
    34#
    45# Before loading this file, load base settings, e.g. "eval-allcriteria.sim".
  • framspy/sample-period-longest.sim

    r1158 r1162  
    11# 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
    34#
    45# Before loading this file, load base settings, e.g. "eval-allcriteria.sim".
Note: See TracChangeset for help on using the changeset viewer.