Changeset 1086
- Timestamp:
- 02/19/21 00:15:50 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
java/Framclipse/com.framsticks.framclipse/res/framscript.xml
r1058 r1086 945 945 </element> 946 946 <element name="worst" function="true" type="Genotype" flags="34"> 947 <description><![CDATA[Returns the genotype object having the lowest fitness. Unrated genotypes ( instances==0) are ranked lower than those having at least one instance.]]></description>947 <description><![CDATA[Returns the genotype object having the lowest fitness. Unrated genotypes (with instances=0) are ranked lower than those having at least one instance.]]></description> 948 948 <arguments/></element> 949 949 <element name="best" function="true" type="Genotype" flags="34"> 950 <description><![CDATA[Returns the genotype object having the highest fitness. Unrated genotypes ( instances==0) are ranked lower than those having at least one instance.]]></description>950 <description><![CDATA[Returns the genotype object having the highest fitness. Unrated genotypes (with instances=0) are ranked lower than those having at least one instance.]]></description> 951 951 <arguments/></element> 952 952 <element name="random" function="true" type="Genotype" flags="34"> 953 <description><![CDATA[Returns a random genotype object ]]></description>953 <description><![CDATA[Returns a random genotype object disregarding fitness value, but taking into account 'instances'. Unrated genotypes (with instances=0) are treated as if they had instances=1.]]></description> 954 954 <arguments/></element> 955 955 <element name="roulette" function="true" type="Genotype" flags="34"> … … 1096 1096 </element> 1097 1097 <element name="worst" function="true" type="integer" deprecated="true" flags="8226"> 1098 <description><![CDATA[Gets the worst (lowest fitness) genotype index. Unrated genotypes (instances= =0) are ranked lower than those having at least one instance.]]></description>1098 <description><![CDATA[Gets the worst (lowest fitness) genotype index. Unrated genotypes (instances=0) are ranked lower than those having at least one instance.]]></description> 1099 1099 <arguments/></element> 1100 1100 <element name="random" function="true" type="integer" deprecated="true" flags="8226"> … … 1368 1368 </element> 1369 1369 <element name="neuadd_T" type="integer" min="0" max="1"> 1370 <description><![CDATA[Touch and proximity sensor (Tc +Tpcombined)1370 <description><![CDATA[Touch and proximity sensor (Tcontact and Tproximity combined) 1371 1371 -1=no contact 1372 1372 0=just touching … … 2707 2707 </element> 2708 2708 </type> 2709 <type name="MessageCatcher" context="Global context"> 2710 <description><![CDATA[Capture error messages.]]></description> 2711 <element name="new" function="true" type="MessageCatcher"><arguments/></element> 2712 <element name="close" function="true" type="void" flags="256"><arguments/></element> 2713 <element name="store" type="integer" min="0" max="2" default="0" flags="256"/> 2714 <element name="error_count" type="integer" flags="257"/> 2715 <element name="warning_count" type="integer" flags="257"/> 2716 <element name="info_count" type="integer" flags="257"/> 2717 <element name="stored_count" type="integer" flags="257"/> 2718 <element name="messages" type="string" flags="257"/> 2719 <element name="summary" type="string" flags="257"/> 2720 </type> 2709 2721 <type name="Model" context="Global context"> 2710 2722 <element name="se" type="float" flags="256"/> … … 3115 3127 </element> 3116 3128 <element name="ncl_T" type="integer" min="0" max="1"> 3117 <description><![CDATA[Touch and proximity sensor (Tc +Tpcombined)3129 <description><![CDATA[Touch and proximity sensor (Tcontact and Tproximity combined) 3118 3130 -1=no contact 3119 3131 0=just touching … … 4552 4564 </element> 4553 4565 <element name="neuadd_T" type="integer" min="0" max="1"> 4554 <description><![CDATA[Touch and proximity sensor (Tc +Tpcombined)4566 <description><![CDATA[Touch and proximity sensor (Tcontact and Tproximity combined) 4555 4567 -1=no contact 4556 4568 0=just touching … … 5377 5389 </element> 5378 5390 <element name="ncl_T" type="integer" min="0" max="1"> 5379 <description><![CDATA[Touch and proximity sensor (Tc +Tpcombined)5391 <description><![CDATA[Touch and proximity sensor (Tcontact and Tproximity combined) 5380 5392 -1=no contact 5381 5393 0=just touching … … 6602 6614 </arguments> 6603 6615 </element> 6604 <element name="avg" type=" float" flags="257"/>6605 <element name="stdev" type=" float" flags="257">6616 <element name="avg" type="untyped" flags="257"/> 6617 <element name="stdev" type="untyped" flags="257"> 6606 6618 <description><![CDATA[=sqrt(sum((element[i]-avg)^2)/(size-1)) which is estimated population std.dev. from sample std.dev.]]></description> 6607 6619 </element>
Note: See TracChangeset
for help on using the changeset viewer.