Changeset 1180


Ignore:
Timestamp:
07/27/22 01:32:10 (21 months ago)
Author:
sz
Message:

updated for the current Framsticks version 5.0rc22
notable changes: Genotype.simi, String.quoteEof()/unquoteEof()

File:
1 edited

Legend:

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

    r1176 r1180  
    22732273                </element>
    22742274                <element name="simi" type="float" flags="3">
    2275                         <description><![CDATA[Average of (1+dissimilarity(thisgeno,othergeno)) calculated for all other Genotype instances. This property is meant as fitness multiplier, included in the fitness function when similarity speciation (ExpProperties.cr_simi) is enabled.
     2275                        <description><![CDATA[Average of 'dissimilarity(thisgeno,othergeno)' calculated for all other Genotype instances. This property is meant as fitness multiplier, included in the fitness function when similarity speciation (ExpProperties.cr_simi) is enabled.
    22762276Read about details of dissimilarity calculation and its applications:
    22772277http://www.framsticks.com/bib/Komosinski-et-al-2001
     
    65846584                        </arguments>
    65856585                </element>
     6586                <element name="quoteEof" function="true" type="string">
     6587                        <description><![CDATA[Add leading backslash to lines containing just 'eof' (or previously quoted 'eof') (for use in the network protocol implementation)]]></description>
     6588                        <arguments>
     6589                                <argument type="string"/>
     6590                        </arguments>
     6591                </element>
     6592                <element name="unquoteEof" function="true" type="string">
     6593                        <description><![CDATA[Remove one level of backslash quoting from lines containing quoted 'eof' (for use in the network protocol implementation)]]></description>
     6594                        <arguments>
     6595                                <argument type="string"/>
     6596                        </arguments>
     6597                </element>
    65866598                <element name="SERIALIZATION_PREFIX" type="string" flags="1">
    65876599                        <description><![CDATA[String prefix used in the Framsticks file format to indicate object fields that contain serialized objects.]]></description>
    65886600                </element>
    6589                 <element name="ESC" type="string" flags="1"/>
    6590                 <element name="NBSP" type="string" flags="1"/>
    65916601        </type>
    65926602        <type name="UserScripts" context="Global context">
     
    72177227                </element>
    72187228                <element name="simi" type="float" flags="3">
    7219                         <description><![CDATA[Average of (1+dissimilarity(thisgeno,othergeno)) calculated for all other Genotype instances. This property is meant as fitness multiplier, included in the fitness function when similarity speciation (ExpProperties.cr_simi) is enabled.
     7229                        <description><![CDATA[Average of 'dissimilarity(thisgeno,othergeno)' calculated for all other Genotype instances. This property is meant as fitness multiplier, included in the fitness function when similarity speciation (ExpProperties.cr_simi) is enabled.
    72207230Read about details of dissimilarity calculation and its applications:
    72217231http://www.framsticks.com/bib/Komosinski-et-al-2001
     
    91079117                <element name="execute" function="true" type="void"><arguments/></element>
    91089118                <element name="HTML" type="string" flags="1"/>
     9119                <element name="can_shop" type="integer" min="0" max="1" flags="1"/>
    91099120                <element name="initiate" function="true" type="void">
    91109121                        <arguments>
Note: See TracChangeset for help on using the changeset viewer.