Changeset 1281
- Timestamp:
- 09/10/23 21:14:51 (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
java/Framclipse/com.framsticks.framclipse/res/framscript.xml
r1264 r1281 1316 1316 <description><![CDATA[]]></description> 1317 1317 </element> 1318 <element name="genoper_f2" type="integer" min="0" max="0" flags="65">1319 <description><![CDATA[]]></description>1320 </element>1321 <element name="genoper_f3" type="integer" min="0" max="0" flags="65">1322 <description><![CDATA[]]></description>1323 </element>1324 1318 <element name="genoper_f4" type="integer" min="0" max="0" flags="65"> 1325 1319 <description><![CDATA[]]></description> … … 1841 1835 <element name="f1_nmWei" type="float" min="0" max="100" default="1.0"/> 1842 1836 <element name="f1_nmVal" type="float" min="0" max="100" default="1.0"/> 1843 <element name="f2_mutAddOper" type="float" min="0" max="1" default="0.4">1844 <description><![CDATA[]]></description>1845 </element>1846 <element name="f2_mutJointElem" type="float" min="0" max="1" default="0.33">1847 <description><![CDATA[]]></description>1848 </element>1849 <element name="f2_mutNeuroElem" type="float" min="0" max="1" default="0.33">1850 <description><![CDATA[]]></description>1851 </element>1852 <element name="f2_mutConnElem" type="float" min="0" max="1" default="0.33">1853 <description><![CDATA[]]></description>1854 </element>1855 <element name="f2_mutDelOper" type="float" min="0" max="1" default="0.1">1856 <description><![CDATA[]]></description>1857 </element>1858 <element name="f2_mutHandleOper" type="float" min="0" max="1" default="0.3">1859 <description><![CDATA[]]></description>1860 </element>1861 <element name="f2_mutPropOper" type="float" min="0" max="1" default="0.2">1862 <description><![CDATA[]]></description>1863 </element>1864 <element name="f3_mutSubstitution" type="float" min="0" max="1" default="0.6">1865 <description><![CDATA[]]></description>1866 </element>1867 <element name="f3_mutSubstPerChar" type="float" min="0" max="1" default="0.1">1868 <description><![CDATA[]]></description>1869 </element>1870 <element name="f3_mutDelIns" type="float" min="0" max="1" default="0.1">1871 <description><![CDATA[]]></description>1872 </element>1873 <element name="f3_mutDelInsPerChar" type="float" min="0" max="1" default="0.05">1874 <description><![CDATA[]]></description>1875 </element>1876 <element name="f3_mutDelInsLength" type="integer" min="1" max="100" default="5">1877 <description><![CDATA[]]></description>1878 </element>1879 <element name="f3_mutDuplication" type="float" min="0" max="1" default="0.05">1880 <description><![CDATA[]]></description>1881 </element>1882 <element name="f3_mutTranslocation" type="float" min="0" max="1" default="0.15">1883 <description><![CDATA[]]></description>1884 </element>1885 <element name="f3_xovGeneTransfer" type="float" min="0" max="1" default="0.8">1886 <description><![CDATA[]]></description>1887 </element>1888 <element name="f3_xovCrossingOver" type="float" min="0" max="1" default="0.2">1889 <description><![CDATA[]]></description>1890 </element>1891 1837 <element name="f4_mut_add" type="float" min="0" max="100" default="4.0"> 1892 1838 <description><![CDATA[Mutation: probability of adding a node]]></description> … … 1999 1945 <description><![CDATA[If active, only a single randomly selected variable will be mutated in each mutation operation. Otherwise all variables will be mutated.]]></description> 2000 1946 </element> 2001 <element name="fB_mut_substitut ion" type="float" min="0" max="1" default="0.6">2002 <description><![CDATA[ Probability of mutation by changing single random letter ingenotype]]></description>2003 </element> 2004 <element name="fB_mut_insert ion" type="float" min="0" max="1" default="0.095">2005 <description><![CDATA[ Probability of mutation by inserting characters in random place ofgenotype]]></description>2006 </element> 2007 <element name="fB_mut_ nclassins" type="float" min="0" max="1" default="0.005">2008 <description><![CDATA[ Probability of mutation by inserting neuron class definition inrandom place of genotype]]></description>2009 </element> 2010 <element name="fB_mut_delet ion" type="float" min="0" max="1" default="0.1">2011 <description><![CDATA[ Probability of mutation by deleting random characters ingenotype]]></description>2012 </element> 2013 <element name="fB_mut_duplicat ion" type="float" min="0" max="1" default="0.0">2014 <description><![CDATA[ Probability of mutation by copying single *gene* ofgenotype and appending it to the beginning of this genotype]]></description>2015 </element> 2016 <element name="fB_mut_translocat ion" type="float" min="0" max="1" default="0.15">2017 <description><![CDATA[ Probability of mutation by replacing two substrings ingenotype]]></description>2018 </element> 2019 <element name="fB_cross_gene_transfer" type="float" min="0" max="1 " default="0.0">2020 <description><![CDATA[ Probability of crossing over by transferring single genes from both parents to beginning of each other]]></description>2021 </element> 2022 <element name="fB_cross_crossover" type="float" min="0" max="1 " default="1.0">2023 <description><![CDATA[ Probability of crossing over byrandom distribution of genes from both parents to both children]]></description>2024 </element> 2025 <element name="fH_mut_addition" type="float" min="0" max="100" default=" 30.0">2026 <description><![CDATA[Probability of adding new element to genotype]]></description>2027 </element> 2028 <element name="fH_mut_add_joint" type="float" min="0" max="100" default=" 33.0">2029 <description><![CDATA[Probability of adding new stick handle]]></description>2030 </element> 2031 <element name="fH_mut_add_neuron" type="float" min="0" max="100" default="3 3.0">2032 <description><![CDATA[Probability of adding new neuron handle]]></description>2033 </element> 2034 <element name="fH_mut_add_connection" type="float" min="0" max="100" default=" 33.0">2035 <description><![CDATA[Probability of adding new neuron connection handle]]></description>2036 </element> 2037 <element name="fH_mut_deletion" type="float" min="0" max="100" default=" 10.0">2038 <description><![CDATA[Probability of removing element from genotype]]></description>2039 </element> 2040 <element name="fH_mut_handle" type="float" min="0" max="100" default=" 30.0">2041 <description><![CDATA[Probability of changing values in vectors of handle]]></description>2042 </element> 2043 <element name="fH_mut_property" type="float" min="0" max="100" default=" 30.0">1947 <element name="fB_mut_substitute" type="float" min="0" max="100" default="1.0"> 1948 <description><![CDATA[Relative probability of changing a single random character (or a neuron) in the genotype]]></description> 1949 </element> 1950 <element name="fB_mut_insert" type="float" min="0" max="100" default="3.0"> 1951 <description><![CDATA[Relative probability of inserting a random character in a random place of the genotype]]></description> 1952 </element> 1953 <element name="fB_mut_insert_neuron" type="float" min="0" max="100" default="3.0"> 1954 <description><![CDATA[Relative probability of inserting a neuron in a random place of genotype]]></description> 1955 </element> 1956 <element name="fB_mut_delete" type="float" min="0" max="100" default="4.0"> 1957 <description><![CDATA[Relative probability of deleting a random character (or a neuron) in the genotype]]></description> 1958 </element> 1959 <element name="fB_mut_duplicate" type="float" min="0" max="100" default="0.0"> 1960 <description><![CDATA[Relative probability of copying a single *gene* of the genotype and appending it to the beginning of this genotype]]></description> 1961 </element> 1962 <element name="fB_mut_translocate" type="float" min="0" max="100" default="4.0"> 1963 <description><![CDATA[Relative probability of swapping two substrings in the genotype]]></description> 1964 </element> 1965 <element name="fB_cross_gene_transfer" type="float" min="0" max="100" default="0.0"> 1966 <description><![CDATA[Relative probability of crossing over by copying a single random gene from each parent to the beginning of the other parent]]></description> 1967 </element> 1968 <element name="fB_cross_crossover" type="float" min="0" max="100" default="100.0"> 1969 <description><![CDATA[Relative probability of crossing over by a random distribution of genes from both parents to both children]]></description> 1970 </element> 1971 <element name="fH_mut_addition" type="float" min="0" max="100" default="4.0"> 1972 <description><![CDATA[Probability of adding a new element]]></description> 1973 </element> 1974 <element name="fH_mut_add_joint" type="float" min="0" max="100" default="4.0"> 1975 <description><![CDATA[Probability of adding a new stick handle]]></description> 1976 </element> 1977 <element name="fH_mut_add_neuron" type="float" min="0" max="100" default="3.0"> 1978 <description><![CDATA[Probability of adding a new neuron handle]]></description> 1979 </element> 1980 <element name="fH_mut_add_connection" type="float" min="0" max="100" default="1.0"> 1981 <description><![CDATA[Probability of adding a new neuron connection handle]]></description> 1982 </element> 1983 <element name="fH_mut_deletion" type="float" min="0" max="100" default="4.0"> 1984 <description><![CDATA[Probability of removing an element]]></description> 1985 </element> 1986 <element name="fH_mut_handle" type="float" min="0" max="100" default="1.0"> 1987 <description><![CDATA[Probability of changing values in vectors of a handle]]></description> 1988 </element> 1989 <element name="fH_mut_property" type="float" min="0" max="100" default="4.0"> 2044 1990 <description><![CDATA[Probability of changing properties of handles]]></description> 2045 1991 </element> 2046 1992 <element name="fL_maxdefinedwords" type="integer" min="0" max="100" default="10"> 2047 <description><![CDATA[Maximum number of words that can be defined in L-System]]></description>2048 </element> 2049 <element name="fL_axm_mut_prob" type="float" min="0" max="1 " default="0.2">1993 <description><![CDATA[Maximum number of words that can be defined in the L-System]]></description> 1994 </element> 1995 <element name="fL_axm_mut_prob" type="float" min="0" max="100" default="4.0"> 2050 1996 <description><![CDATA[Probability of performing mutation operations on axiom]]></description> 2051 1997 </element> 2052 <element name="fL_rul_mut_prob" type="float" min="0" max="1 " default="0.8">2053 <description><![CDATA[Probability of performing mutation operations on the successor of random rule]]></description>2054 </element> 2055 <element name="fL_mut_addition" type="float" min="0" max="1 " default="0.2">2056 <description><![CDATA[Probability of adding random existing word to the axiom orone of successors]]></description>2057 </element> 2058 <element name="fL_mut_add_stick" type="float" min="0" max="1 " default="0.2">2059 <description><![CDATA[Probability of adding stick]]></description>2060 </element> 2061 <element name="fL_mut_add_neuro" type="float" min="0" max="1 " default="0.2">2062 <description><![CDATA[Probability of adding neuron]]></description>2063 </element> 2064 <element name="fL_mut_add_conn" type="float" min="0" max="1 " default="0.2">2065 <description><![CDATA[Probability of adding connection]]></description>2066 </element> 2067 <element name="fL_mut_add_rot" type="float" min="0" max="1 " default="0.2">1998 <element name="fL_rul_mut_prob" type="float" min="0" max="100" default="1.0"> 1999 <description><![CDATA[Probability of performing mutation operations on the successor of a random rule]]></description> 2000 </element> 2001 <element name="fL_mut_addition" type="float" min="0" max="100" default="4.0"> 2002 <description><![CDATA[Probability of adding a random existing word to the axiom or to one of successors]]></description> 2003 </element> 2004 <element name="fL_mut_add_stick" type="float" min="0" max="100" default="1.0"> 2005 <description><![CDATA[Probability of adding a stick]]></description> 2006 </element> 2007 <element name="fL_mut_add_neuro" type="float" min="0" max="100" default="4.0"> 2008 <description><![CDATA[Probability of adding a neuron]]></description> 2009 </element> 2010 <element name="fL_mut_add_conn" type="float" min="0" max="100" default="4.0"> 2011 <description><![CDATA[Probability of adding a neuron connection]]></description> 2012 </element> 2013 <element name="fL_mut_add_rot" type="float" min="0" max="100" default="2.0"> 2068 2014 <description><![CDATA[Probability of adding one of rotation words]]></description> 2069 2015 </element> 2070 <element name="fL_mut_add_branch" type="float" min="0" max="1 " default="0.2">2071 <description><![CDATA[Probability of adding branch with rotation andstick]]></description>2072 </element> 2073 <element name="fL_mut_add_other" type="float" min="0" max="1 " default="0.4">2074 <description><![CDATA[Probability of adding other word, defined ingenotype]]></description>2075 </element> 2076 <element name="fL_mut_worddefaddition" type="float" min="0" max="1 " default="0.05">2077 <description><![CDATA[Probability of adding new word definition to the genotype]]></description>2078 </element> 2079 <element name="fL_mut_ruleaddition" type="float" min="0" max="1 " default="0.1">2080 <description><![CDATA[Probability of adding new rule definition forexisting word]]></description>2081 </element> 2082 <element name="fL_mut_rulecond" type="float" min="0" max="1 " default="0.1">2083 <description><![CDATA[Probability of modifying random rule condition]]></description>2084 </element> 2085 <element name="fL_mut_changeword" type="float" min="0" max="1 " default="0.3">2086 <description><![CDATA[Probability of changing word name or formula of a random word fromaxiom or one of successors]]></description>2087 </element> 2088 <element name="fL_mut_changeword_formula" type="float" min="0" max="1 " default="0.7">2089 <description><![CDATA[Probability of changing formula inword]]></description>2090 </element> 2091 <element name="fL_mut_changeword_name" type="float" min="0" max="1 " default="0.3">2092 <description><![CDATA[Probability of changing name inword]]></description>2093 </element> 2094 <element name="fL_mut_changeiter" type="float" min="0" max="1 " default="0.3">2095 <description><![CDATA[Probability of changing number of iterations of L-Systems]]></description>2016 <element name="fL_mut_add_branch" type="float" min="0" max="100" default="4.0"> 2017 <description><![CDATA[Probability of adding a branch with a rotation and a stick]]></description> 2018 </element> 2019 <element name="fL_mut_add_other" type="float" min="0" max="100" default="1.0"> 2020 <description><![CDATA[Probability of adding another word defined in the genotype]]></description> 2021 </element> 2022 <element name="fL_mut_worddefaddition" type="float" min="0" max="100" default="1.0"> 2023 <description><![CDATA[Probability of adding a new word definition to the genotype]]></description> 2024 </element> 2025 <element name="fL_mut_ruleaddition" type="float" min="0" max="100" default="1.0"> 2026 <description><![CDATA[Probability of adding a new rule definition for an existing word]]></description> 2027 </element> 2028 <element name="fL_mut_rulecond" type="float" min="0" max="100" default="1.0"> 2029 <description><![CDATA[Probability of modifying a random rule condition]]></description> 2030 </element> 2031 <element name="fL_mut_changeword" type="float" min="0" max="100" default="4.0"> 2032 <description><![CDATA[Probability of changing a word name or a formula of a random word from an axiom or one of successors]]></description> 2033 </element> 2034 <element name="fL_mut_changeword_formula" type="float" min="0" max="100" default="4.0"> 2035 <description><![CDATA[Probability of changing a formula in a word]]></description> 2036 </element> 2037 <element name="fL_mut_changeword_name" type="float" min="0" max="100" default="2.0"> 2038 <description><![CDATA[Probability of changing a name in a word]]></description> 2039 </element> 2040 <element name="fL_mut_changeiter" type="float" min="0" max="100" default="1.0"> 2041 <description><![CDATA[Probability of changing the number of iterations of the L-System]]></description> 2096 2042 </element> 2097 2043 <element name="fL_mut_changeiter_step" type="float" min="0" max="1" default="1.0"> 2098 <description><![CDATA[ Minimal step that should be used for changing iterations in L-Systems]]></description>2099 </element> 2100 <element name="fL_mut_deletion" type="float" min="0" max="1 " default="0.2">2101 <description><![CDATA[Probability of deleting random word from axiom or random successor (also deletes rule if there is only one word insuccessor)]]></description>2044 <description><![CDATA[The minimal step that should be used for changing iterations in the L-System]]></description> 2045 </element> 2046 <element name="fL_mut_deletion" type="float" min="0" max="100" default="4.0"> 2047 <description><![CDATA[Probability of deleting a random word from an axiom or a random successor (also deletes the rule if there is only one word in the successor)]]></description> 2102 2048 </element> 2103 2049 <element name="fS_mut_add_part" type="float" min="0" max="100" default="10.0"> … … 2261 2207 <description><![CDATA[Converters between genetic formats]]></description> 2262 2208 <element name="genoconv_f1_f0" type="integer" min="0" max="1"/> 2263 <element name="genoconv_f2_f0" type="integer" min="0" max="1"/>2264 <element name="genoconv_f3_f2" type="integer" min="0" max="1"/>2265 2209 <element name="genoconv_f4_f0" type="integer" min="0" max="1"/> 2266 2210 <element name="genoconv_f8_f1" type="integer" min="0" max="1"/> … … 2851 2795 <element name="numneurons" type="integer" flags="259"/> 2852 2796 <element name="numconnections" type="integer" flags="259"/> 2797 <element name="is_valid" type="integer" min="0" max="1" flags="257"/> 2853 2798 <element name="getPart" function="true" type="Part" flags="289"> 2854 2799 <arguments> … … 4598 4543 <description><![CDATA[]]></description> 4599 4544 </element> 4600 <element name="genoper_f2" type="integer" min="0" max="0" flags="65">4601 <description><![CDATA[]]></description>4602 </element>4603 <element name="genoper_f3" type="integer" min="0" max="0" flags="65">4604 <description><![CDATA[]]></description>4605 </element>4606 4545 <element name="genoper_f4" type="integer" min="0" max="0" flags="65"> 4607 4546 <description><![CDATA[]]></description> … … 5123 5062 <element name="f1_nmWei" type="float" min="0" max="100" default="1.0"/> 5124 5063 <element name="f1_nmVal" type="float" min="0" max="100" default="1.0"/> 5125 <element name="f2_mutAddOper" type="float" min="0" max="1" default="0.4">5126 <description><![CDATA[]]></description>5127 </element>5128 <element name="f2_mutJointElem" type="float" min="0" max="1" default="0.33">5129 <description><![CDATA[]]></description>5130 </element>5131 <element name="f2_mutNeuroElem" type="float" min="0" max="1" default="0.33">5132 <description><![CDATA[]]></description>5133 </element>5134 <element name="f2_mutConnElem" type="float" min="0" max="1" default="0.33">5135 <description><![CDATA[]]></description>5136 </element>5137 <element name="f2_mutDelOper" type="float" min="0" max="1" default="0.1">5138 <description><![CDATA[]]></description>5139 </element>5140 <element name="f2_mutHandleOper" type="float" min="0" max="1" default="0.3">5141 <description><![CDATA[]]></description>5142 </element>5143 <element name="f2_mutPropOper" type="float" min="0" max="1" default="0.2">5144 <description><![CDATA[]]></description>5145 </element>5146 <element name="f3_mutSubstitution" type="float" min="0" max="1" default="0.6">5147 <description><![CDATA[]]></description>5148 </element>5149 <element name="f3_mutSubstPerChar" type="float" min="0" max="1" default="0.1">5150 <description><![CDATA[]]></description>5151 </element>5152 <element name="f3_mutDelIns" type="float" min="0" max="1" default="0.1">5153 <description><![CDATA[]]></description>5154 </element>5155 <element name="f3_mutDelInsPerChar" type="float" min="0" max="1" default="0.05">5156 <description><![CDATA[]]></description>5157 </element>5158 <element name="f3_mutDelInsLength" type="integer" min="1" max="100" default="5">5159 <description><![CDATA[]]></description>5160 </element>5161 <element name="f3_mutDuplication" type="float" min="0" max="1" default="0.05">5162 <description><![CDATA[]]></description>5163 </element>5164 <element name="f3_mutTranslocation" type="float" min="0" max="1" default="0.15">5165 <description><![CDATA[]]></description>5166 </element>5167 <element name="f3_xovGeneTransfer" type="float" min="0" max="1" default="0.8">5168 <description><![CDATA[]]></description>5169 </element>5170 <element name="f3_xovCrossingOver" type="float" min="0" max="1" default="0.2">5171 <description><![CDATA[]]></description>5172 </element>5173 5064 <element name="f4_mut_add" type="float" min="0" max="100" default="4.0"> 5174 5065 <description><![CDATA[Mutation: probability of adding a node]]></description> … … 5281 5172 <description><![CDATA[If active, only a single randomly selected variable will be mutated in each mutation operation. Otherwise all variables will be mutated.]]></description> 5282 5173 </element> 5283 <element name="fB_mut_substitut ion" type="float" min="0" max="1" default="0.6">5284 <description><![CDATA[ Probability of mutation by changing single random letter ingenotype]]></description>5285 </element> 5286 <element name="fB_mut_insert ion" type="float" min="0" max="1" default="0.095">5287 <description><![CDATA[ Probability of mutation by inserting characters in random place ofgenotype]]></description>5288 </element> 5289 <element name="fB_mut_ nclassins" type="float" min="0" max="1" default="0.005">5290 <description><![CDATA[ Probability of mutation by inserting neuron class definition inrandom place of genotype]]></description>5291 </element> 5292 <element name="fB_mut_delet ion" type="float" min="0" max="1" default="0.1">5293 <description><![CDATA[ Probability of mutation by deleting random characters ingenotype]]></description>5294 </element> 5295 <element name="fB_mut_duplicat ion" type="float" min="0" max="1" default="0.0">5296 <description><![CDATA[ Probability of mutation by copying single *gene* ofgenotype and appending it to the beginning of this genotype]]></description>5297 </element> 5298 <element name="fB_mut_translocat ion" type="float" min="0" max="1" default="0.15">5299 <description><![CDATA[ Probability of mutation by replacing two substrings ingenotype]]></description>5300 </element> 5301 <element name="fB_cross_gene_transfer" type="float" min="0" max="1 " default="0.0">5302 <description><![CDATA[ Probability of crossing over by transferring single genes from both parents to beginning of each other]]></description>5303 </element> 5304 <element name="fB_cross_crossover" type="float" min="0" max="1 " default="1.0">5305 <description><![CDATA[ Probability of crossing over byrandom distribution of genes from both parents to both children]]></description>5306 </element> 5307 <element name="fH_mut_addition" type="float" min="0" max="100" default=" 30.0">5308 <description><![CDATA[Probability of adding new element to genotype]]></description>5309 </element> 5310 <element name="fH_mut_add_joint" type="float" min="0" max="100" default=" 33.0">5311 <description><![CDATA[Probability of adding new stick handle]]></description>5312 </element> 5313 <element name="fH_mut_add_neuron" type="float" min="0" max="100" default="3 3.0">5314 <description><![CDATA[Probability of adding new neuron handle]]></description>5315 </element> 5316 <element name="fH_mut_add_connection" type="float" min="0" max="100" default=" 33.0">5317 <description><![CDATA[Probability of adding new neuron connection handle]]></description>5318 </element> 5319 <element name="fH_mut_deletion" type="float" min="0" max="100" default=" 10.0">5320 <description><![CDATA[Probability of removing element from genotype]]></description>5321 </element> 5322 <element name="fH_mut_handle" type="float" min="0" max="100" default=" 30.0">5323 <description><![CDATA[Probability of changing values in vectors of handle]]></description>5324 </element> 5325 <element name="fH_mut_property" type="float" min="0" max="100" default=" 30.0">5174 <element name="fB_mut_substitute" type="float" min="0" max="100" default="1.0"> 5175 <description><![CDATA[Relative probability of changing a single random character (or a neuron) in the genotype]]></description> 5176 </element> 5177 <element name="fB_mut_insert" type="float" min="0" max="100" default="3.0"> 5178 <description><![CDATA[Relative probability of inserting a random character in a random place of the genotype]]></description> 5179 </element> 5180 <element name="fB_mut_insert_neuron" type="float" min="0" max="100" default="3.0"> 5181 <description><![CDATA[Relative probability of inserting a neuron in a random place of genotype]]></description> 5182 </element> 5183 <element name="fB_mut_delete" type="float" min="0" max="100" default="4.0"> 5184 <description><![CDATA[Relative probability of deleting a random character (or a neuron) in the genotype]]></description> 5185 </element> 5186 <element name="fB_mut_duplicate" type="float" min="0" max="100" default="0.0"> 5187 <description><![CDATA[Relative probability of copying a single *gene* of the genotype and appending it to the beginning of this genotype]]></description> 5188 </element> 5189 <element name="fB_mut_translocate" type="float" min="0" max="100" default="4.0"> 5190 <description><![CDATA[Relative probability of swapping two substrings in the genotype]]></description> 5191 </element> 5192 <element name="fB_cross_gene_transfer" type="float" min="0" max="100" default="0.0"> 5193 <description><![CDATA[Relative probability of crossing over by copying a single random gene from each parent to the beginning of the other parent]]></description> 5194 </element> 5195 <element name="fB_cross_crossover" type="float" min="0" max="100" default="100.0"> 5196 <description><![CDATA[Relative probability of crossing over by a random distribution of genes from both parents to both children]]></description> 5197 </element> 5198 <element name="fH_mut_addition" type="float" min="0" max="100" default="4.0"> 5199 <description><![CDATA[Probability of adding a new element]]></description> 5200 </element> 5201 <element name="fH_mut_add_joint" type="float" min="0" max="100" default="4.0"> 5202 <description><![CDATA[Probability of adding a new stick handle]]></description> 5203 </element> 5204 <element name="fH_mut_add_neuron" type="float" min="0" max="100" default="3.0"> 5205 <description><![CDATA[Probability of adding a new neuron handle]]></description> 5206 </element> 5207 <element name="fH_mut_add_connection" type="float" min="0" max="100" default="1.0"> 5208 <description><![CDATA[Probability of adding a new neuron connection handle]]></description> 5209 </element> 5210 <element name="fH_mut_deletion" type="float" min="0" max="100" default="4.0"> 5211 <description><![CDATA[Probability of removing an element]]></description> 5212 </element> 5213 <element name="fH_mut_handle" type="float" min="0" max="100" default="1.0"> 5214 <description><![CDATA[Probability of changing values in vectors of a handle]]></description> 5215 </element> 5216 <element name="fH_mut_property" type="float" min="0" max="100" default="4.0"> 5326 5217 <description><![CDATA[Probability of changing properties of handles]]></description> 5327 5218 </element> 5328 5219 <element name="fL_maxdefinedwords" type="integer" min="0" max="100" default="10"> 5329 <description><![CDATA[Maximum number of words that can be defined in L-System]]></description>5330 </element> 5331 <element name="fL_axm_mut_prob" type="float" min="0" max="1 " default="0.2">5220 <description><![CDATA[Maximum number of words that can be defined in the L-System]]></description> 5221 </element> 5222 <element name="fL_axm_mut_prob" type="float" min="0" max="100" default="4.0"> 5332 5223 <description><![CDATA[Probability of performing mutation operations on axiom]]></description> 5333 5224 </element> 5334 <element name="fL_rul_mut_prob" type="float" min="0" max="1 " default="0.8">5335 <description><![CDATA[Probability of performing mutation operations on the successor of random rule]]></description>5336 </element> 5337 <element name="fL_mut_addition" type="float" min="0" max="1 " default="0.2">5338 <description><![CDATA[Probability of adding random existing word to the axiom orone of successors]]></description>5339 </element> 5340 <element name="fL_mut_add_stick" type="float" min="0" max="1 " default="0.2">5341 <description><![CDATA[Probability of adding stick]]></description>5342 </element> 5343 <element name="fL_mut_add_neuro" type="float" min="0" max="1 " default="0.2">5344 <description><![CDATA[Probability of adding neuron]]></description>5345 </element> 5346 <element name="fL_mut_add_conn" type="float" min="0" max="1 " default="0.2">5347 <description><![CDATA[Probability of adding connection]]></description>5348 </element> 5349 <element name="fL_mut_add_rot" type="float" min="0" max="1 " default="0.2">5225 <element name="fL_rul_mut_prob" type="float" min="0" max="100" default="1.0"> 5226 <description><![CDATA[Probability of performing mutation operations on the successor of a random rule]]></description> 5227 </element> 5228 <element name="fL_mut_addition" type="float" min="0" max="100" default="4.0"> 5229 <description><![CDATA[Probability of adding a random existing word to the axiom or to one of successors]]></description> 5230 </element> 5231 <element name="fL_mut_add_stick" type="float" min="0" max="100" default="1.0"> 5232 <description><![CDATA[Probability of adding a stick]]></description> 5233 </element> 5234 <element name="fL_mut_add_neuro" type="float" min="0" max="100" default="4.0"> 5235 <description><![CDATA[Probability of adding a neuron]]></description> 5236 </element> 5237 <element name="fL_mut_add_conn" type="float" min="0" max="100" default="4.0"> 5238 <description><![CDATA[Probability of adding a neuron connection]]></description> 5239 </element> 5240 <element name="fL_mut_add_rot" type="float" min="0" max="100" default="2.0"> 5350 5241 <description><![CDATA[Probability of adding one of rotation words]]></description> 5351 5242 </element> 5352 <element name="fL_mut_add_branch" type="float" min="0" max="1 " default="0.2">5353 <description><![CDATA[Probability of adding branch with rotation andstick]]></description>5354 </element> 5355 <element name="fL_mut_add_other" type="float" min="0" max="1 " default="0.4">5356 <description><![CDATA[Probability of adding other word, defined ingenotype]]></description>5357 </element> 5358 <element name="fL_mut_worddefaddition" type="float" min="0" max="1 " default="0.05">5359 <description><![CDATA[Probability of adding new word definition to the genotype]]></description>5360 </element> 5361 <element name="fL_mut_ruleaddition" type="float" min="0" max="1 " default="0.1">5362 <description><![CDATA[Probability of adding new rule definition forexisting word]]></description>5363 </element> 5364 <element name="fL_mut_rulecond" type="float" min="0" max="1 " default="0.1">5365 <description><![CDATA[Probability of modifying random rule condition]]></description>5366 </element> 5367 <element name="fL_mut_changeword" type="float" min="0" max="1 " default="0.3">5368 <description><![CDATA[Probability of changing word name or formula of a random word fromaxiom or one of successors]]></description>5369 </element> 5370 <element name="fL_mut_changeword_formula" type="float" min="0" max="1 " default="0.7">5371 <description><![CDATA[Probability of changing formula inword]]></description>5372 </element> 5373 <element name="fL_mut_changeword_name" type="float" min="0" max="1 " default="0.3">5374 <description><![CDATA[Probability of changing name inword]]></description>5375 </element> 5376 <element name="fL_mut_changeiter" type="float" min="0" max="1 " default="0.3">5377 <description><![CDATA[Probability of changing number of iterations of L-Systems]]></description>5243 <element name="fL_mut_add_branch" type="float" min="0" max="100" default="4.0"> 5244 <description><![CDATA[Probability of adding a branch with a rotation and a stick]]></description> 5245 </element> 5246 <element name="fL_mut_add_other" type="float" min="0" max="100" default="1.0"> 5247 <description><![CDATA[Probability of adding another word defined in the genotype]]></description> 5248 </element> 5249 <element name="fL_mut_worddefaddition" type="float" min="0" max="100" default="1.0"> 5250 <description><![CDATA[Probability of adding a new word definition to the genotype]]></description> 5251 </element> 5252 <element name="fL_mut_ruleaddition" type="float" min="0" max="100" default="1.0"> 5253 <description><![CDATA[Probability of adding a new rule definition for an existing word]]></description> 5254 </element> 5255 <element name="fL_mut_rulecond" type="float" min="0" max="100" default="1.0"> 5256 <description><![CDATA[Probability of modifying a random rule condition]]></description> 5257 </element> 5258 <element name="fL_mut_changeword" type="float" min="0" max="100" default="4.0"> 5259 <description><![CDATA[Probability of changing a word name or a formula of a random word from an axiom or one of successors]]></description> 5260 </element> 5261 <element name="fL_mut_changeword_formula" type="float" min="0" max="100" default="4.0"> 5262 <description><![CDATA[Probability of changing a formula in a word]]></description> 5263 </element> 5264 <element name="fL_mut_changeword_name" type="float" min="0" max="100" default="2.0"> 5265 <description><![CDATA[Probability of changing a name in a word]]></description> 5266 </element> 5267 <element name="fL_mut_changeiter" type="float" min="0" max="100" default="1.0"> 5268 <description><![CDATA[Probability of changing the number of iterations of the L-System]]></description> 5378 5269 </element> 5379 5270 <element name="fL_mut_changeiter_step" type="float" min="0" max="1" default="1.0"> 5380 <description><![CDATA[ Minimal step that should be used for changing iterations in L-Systems]]></description>5381 </element> 5382 <element name="fL_mut_deletion" type="float" min="0" max="1 " default="0.2">5383 <description><![CDATA[Probability of deleting random word from axiom or random successor (also deletes rule if there is only one word insuccessor)]]></description>5271 <description><![CDATA[The minimal step that should be used for changing iterations in the L-System]]></description> 5272 </element> 5273 <element name="fL_mut_deletion" type="float" min="0" max="100" default="4.0"> 5274 <description><![CDATA[Probability of deleting a random word from an axiom or a random successor (also deletes the rule if there is only one word in the successor)]]></description> 5384 5275 </element> 5385 5276 <element name="fS_mut_add_part" type="float" min="0" max="100" default="10.0"> … … 5441 5332 </element> 5442 5333 <element name="genoconv_f1_f0" type="integer" min="0" max="1"/> 5443 <element name="genoconv_f2_f0" type="integer" min="0" max="1"/>5444 <element name="genoconv_f3_f2" type="integer" min="0" max="1"/>5445 5334 <element name="genoconv_f4_f0" type="integer" min="0" max="1"/> 5446 5335 <element name="genoconv_f8_f1" type="integer" min="0" max="1"/> … … 8701 8590 <description><![CDATA[Bitmask of supported display modes.Not implemented in the old Framsticks Theater application.]]></description> 8702 8591 </element> 8592 <element name="has_screen_timeout" type="integer" min="0" max="1" flags="1"> 8593 <description><![CDATA[Not implemented in the old Framsticks Theater application.]]></description> 8594 </element> 8595 <element name="screen_timeout_enabled" type="integer" min="0" max="1" default="1"> 8596 <description><![CDATA[Not implemented in the old Framsticks Theater application.]]></description> 8597 </element> 8703 8598 </type> 8704 8599 <type name="GUI" context="Framsticks Theater"> … … 8711 8606 </element> 8712 8607 <element name="newButton" function="true" type="GUIElement"> 8608 <arguments> 8609 <argument name="name" type="string"/> 8610 <argument name="text" type="string"/> 8611 </arguments> 8612 </element> 8613 <element name="newCheckbox" function="true" type="GUIElement"> 8713 8614 <arguments> 8714 8615 <argument name="name" type="string"/> … … 9063 8964 <element name="imgex_enable" function="true" flags="8"/> 9064 8965 <element name="imgex_disable" function="true" flags="8"/> 9065 <element name="imgex_now" function="true" flags="8"/> 8966 <element name="imgex_now" function="true" flags="8"> 8967 <description><![CDATA[Actually, the image is exported on the next redraw rather than immediately. This means that for example exporting a sequence of scenes in a loop will not work, but arranging scenes in subsequent onShowStep()s and calling imgex_now() from there is fine.]]></description> 8968 </element> 9066 8969 <element name="imgex_currframe" type="integer" flags="18"/> 9067 8970 <element name="imgex_enabled" type="integer" min="0" max="1" flags="18"/>
Note: See TracChangeset
for help on using the changeset viewer.