Changeset 1110


Ignore:
Timestamp:
03/16/21 02:50:14 (3 years ago)
Author:
sz
Message:

updated for Framsticks v5.0rc19:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • java/Framclipse/com.framsticks.framclipse/res/framscript.xml

    r1086 r1110  
    14391439
    14401440Properties:
    1441    power (p) float 0.01..1 (default 0.25)
     1441   power (p) float 0..1 (default 0.25)
    14421442   bending range (r) float 0..1 (default 1)]]></description>
    14431443                </element>
     
    14501450
    14511451Properties:
    1452    power (p) float 0.01..1 (default 1)]]></description>
     1452   power (p) float 0..1 (default 1)]]></description>
    14531453                </element>
    14541454                <element name="neuadd_M" type="integer" min="0" max="1">
     
    14601460
    14611461Properties:
    1462    power (p) float 0.01..1 (default 1)
     1462   power (p) float 0..1 (default 1)
    14631463   axis (a) integer 0..1 (default 0)]]></description>
    14641464                </element>
     
    31983198
    31993199Properties:
    3200    power (p) float 0.01..1 (default 0.25)
     3200   power (p) float 0..1 (default 0.25)
    32013201   bending range (r) float 0..1 (default 1)]]></description>
    32023202                </element>
     
    32093209
    32103210Properties:
    3211    power (p) float 0.01..1 (default 1)]]></description>
     3211   power (p) float 0..1 (default 1)]]></description>
    32123212                </element>
    32133213                <element name="ncl_M" type="integer" min="0" max="1">
     
    32193219
    32203220Properties:
    3221    power (p) float 0.01..1 (default 1)
     3221   power (p) float 0..1 (default 1)
    32223222   axis (a) integer 0..1 (default 0)]]></description>
    32233223                </element>
     
    40914091        256 - creatures
    40924092
    4093 The standard behavior (without the second argument) is to import genotypes, parameters, and genepool and population settings (2+4+8+16). Note that "64" is not included by default, because the expdef change resets all simulator parameters, which contradicts the usual meaning of "import" in Framsticks ("add data", as opposed to "load" meaning "replace data"). Moreover, using the "64" option in scripts can be dengerous, especially all expdef and show scripts should always declare the proper expdef name in their header rather than change the expdef directly. Without the "64" option, it is always safe to "import" any file in a script regardless of the current simulator state.]]></description>
     4093The standard behavior (without the second argument) is to import genotypes, parameters, and genepool and population settings (2+4+8+16). Note that "64" is not included by default, because the expdef change resets all simulator parameters, which contradicts the usual meaning of "import" in Framsticks ("add data", as opposed to "load" meaning "replace data"). Moreover, using the "64" option in scripts can be dangerous, especially all expdef and show scripts should always declare the proper expdef name in their header rather than change the expdef directly. Without the "64" option, it is always safe to "import" any file in a script regardless of the current simulator state.]]></description>
    40944094                        <arguments>
    40954095                                <argument name="filename" type="string"/>
     
    46354635
    46364636Properties:
    4637    power (p) float 0.01..1 (default 0.25)
     4637   power (p) float 0..1 (default 0.25)
    46384638   bending range (r) float 0..1 (default 1)]]></description>
    46394639                </element>
     
    46464646
    46474647Properties:
    4648    power (p) float 0.01..1 (default 1)]]></description>
     4648   power (p) float 0..1 (default 1)]]></description>
    46494649                </element>
    46504650                <element name="neuadd_M" type="integer" min="0" max="1">
     
    46564656
    46574657Properties:
    4658    power (p) float 0.01..1 (default 1)
     4658   power (p) float 0..1 (default 1)
    46594659   axis (a) integer 0..1 (default 0)]]></description>
    46604660                </element>
     
    54605460
    54615461Properties:
    5462    power (p) float 0.01..1 (default 0.25)
     5462   power (p) float 0..1 (default 0.25)
    54635463   bending range (r) float 0..1 (default 1)]]></description>
    54645464                </element>
     
    54715471
    54725472Properties:
    5473    power (p) float 0.01..1 (default 1)]]></description>
     5473   power (p) float 0..1 (default 1)]]></description>
    54745474                </element>
    54755475                <element name="ncl_M" type="integer" min="0" max="1">
     
    54815481
    54825482Properties:
    5483    power (p) float 0.01..1 (default 1)
     5483   power (p) float 0..1 (default 1)
    54845484   axis (a) integer 0..1 (default 0)]]></description>
    54855485                </element>
     
    56335633   time (t) float 0..6.28319 (default 0)]]></description>
    56345634                </element>
    5635                 <element name="type" type="integer" min="0" max="2" default="1">
     5635                <element name="simil_type" type="integer" min="0" max="2" default="1">
    56365636                        <description><![CDATA[]]></description>
    56375637                </element>
     
    57515751http://www.framsticks.com/bib/Komosinski-2016
    57525752https://doi.org/10.1007/978-3-030-16692-2_8]]></description>
    5753                 <element name="type" type="integer" min="0" max="2" default="1">
     5753                <element name="simil_type" type="integer" min="0" max="2" default="1">
    57545754                        <description><![CDATA[]]></description>
    57555755                </element>
     
    59125912        256 - creatures
    59135913
    5914 The standard behavior (without the second argument) is to import genotypes, parameters, and genepool and population settings (2+4+8+16). Note that "64" is not included by default, because the expdef change resets all simulator parameters, which contradicts the usual meaning of "import" in Framsticks ("add data", as opposed to "load" meaning "replace data"). Moreover, using the "64" option in scripts can be dengerous, especially all expdef and show scripts should always declare the proper expdef name in their header rather than change the expdef directly. Without the "64" option, it is always safe to "import" any file in a script regardless of the current simulator state.]]></description>
     5914The standard behavior (without the second argument) is to import genotypes, parameters, and genepool and population settings (2+4+8+16). Note that "64" is not included by default, because the expdef change resets all simulator parameters, which contradicts the usual meaning of "import" in Framsticks ("add data", as opposed to "load" meaning "replace data"). Moreover, using the "64" option in scripts can be dangerous, especially all expdef and show scripts should always declare the proper expdef name in their header rather than change the expdef directly. Without the "64" option, it is always safe to "import" any file in a script regardless of the current simulator state.]]></description>
    59155915                        <arguments>
    59165916                                <argument name="filename" type="string"/>
Note: See TracChangeset for help on using the changeset viewer.