Changeset 1180 for java/Framclipse/com.framsticks.framclipse/res
- Timestamp:
- 07/27/22 01:32:10 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
java/Framclipse/com.framsticks.framclipse/res/framscript.xml
r1176 r1180 2273 2273 </element> 2274 2274 <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. 2276 2276 Read about details of dissimilarity calculation and its applications: 2277 2277 http://www.framsticks.com/bib/Komosinski-et-al-2001 … … 6584 6584 </arguments> 6585 6585 </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> 6586 6598 <element name="SERIALIZATION_PREFIX" type="string" flags="1"> 6587 6599 <description><![CDATA[String prefix used in the Framsticks file format to indicate object fields that contain serialized objects.]]></description> 6588 6600 </element> 6589 <element name="ESC" type="string" flags="1"/>6590 <element name="NBSP" type="string" flags="1"/>6591 6601 </type> 6592 6602 <type name="UserScripts" context="Global context"> … … 7217 7227 </element> 7218 7228 <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. 7220 7230 Read about details of dissimilarity calculation and its applications: 7221 7231 http://www.framsticks.com/bib/Komosinski-et-al-2001 … … 9107 9117 <element name="execute" function="true" type="void"><arguments/></element> 9108 9118 <element name="HTML" type="string" flags="1"/> 9119 <element name="can_shop" type="integer" min="0" max="1" flags="1"/> 9109 9120 <element name="initiate" function="true" type="void"> 9110 9121 <arguments>
Note: See TracChangeset
for help on using the changeset viewer.