Ignore:
Timestamp:
09/10/23 21:14:51 (8 months ago)
Author:
sz
Message:

updated for Framsticks 5.0rc29 (mostly genetic parameters)

File:
1 edited

Legend:

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

    r1264 r1281  
    13161316                        <description><![CDATA[]]></description>
    13171317                </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>
    13241318                <element name="genoper_f4" type="integer" min="0" max="0" flags="65">
    13251319                        <description><![CDATA[]]></description>
     
    18411835                <element name="f1_nmWei" type="float" min="0" max="100" default="1.0"/>
    18421836                <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>
    18911837                <element name="f4_mut_add" type="float" min="0" max="100" default="4.0">
    18921838                        <description><![CDATA[Mutation: probability of adding a node]]></description>
     
    19991945                        <description><![CDATA[If active, only a single randomly selected variable will be mutated in each mutation operation. Otherwise all variables will be mutated.]]></description>
    20001946                </element>
    2001                 <element name="fB_mut_substitution" type="float" min="0" max="1" default="0.6">
    2002                         <description><![CDATA[Probability of mutation by changing single random letter in genotype]]></description>
    2003                 </element>
    2004                 <element name="fB_mut_insertion" type="float" min="0" max="1" default="0.095">
    2005                         <description><![CDATA[Probability of mutation by inserting characters in random place of genotype]]></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 in random place of genotype]]></description>
    2009                 </element>
    2010                 <element name="fB_mut_deletion" type="float" min="0" max="1" default="0.1">
    2011                         <description><![CDATA[Probability of mutation by deleting random characters in genotype]]></description>
    2012                 </element>
    2013                 <element name="fB_mut_duplication" type="float" min="0" max="1" default="0.0">
    2014                         <description><![CDATA[Probability of mutation by copying single *gene* of genotype and appending it to the beginning of this genotype]]></description>
    2015                 </element>
    2016                 <element name="fB_mut_translocation" type="float" min="0" max="1" default="0.15">
    2017                         <description><![CDATA[Probability of mutation by replacing two substrings in genotype]]></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 by random 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="33.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">
    20441990                        <description><![CDATA[Probability of changing properties of handles]]></description>
    20451991                </element>
    20461992                <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">
    20501996                        <description><![CDATA[Probability of performing mutation operations on axiom]]></description>
    20511997                </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 or one 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">
    20682014                        <description><![CDATA[Probability of adding one of rotation words]]></description>
    20692015                </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 and stick]]></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 in genotype]]></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 for existing 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 from axiom 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 in word]]></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 in word]]></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>
    20962042                </element>
    20972043                <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 in successor)]]></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>
    21022048                </element>
    21032049                <element name="fS_mut_add_part" type="float" min="0" max="100" default="10.0">
     
    22612207<description><![CDATA[Converters between genetic formats]]></description>
    22622208                <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"/>
    22652209                <element name="genoconv_f4_f0" type="integer" min="0" max="1"/>
    22662210                <element name="genoconv_f8_f1" type="integer" min="0" max="1"/>
     
    28512795                <element name="numneurons" type="integer" flags="259"/>
    28522796                <element name="numconnections" type="integer" flags="259"/>
     2797                <element name="is_valid" type="integer" min="0" max="1" flags="257"/>
    28532798                <element name="getPart" function="true" type="Part" flags="289">
    28542799                        <arguments>
     
    45984543                        <description><![CDATA[]]></description>
    45994544                </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>
    46064545                <element name="genoper_f4" type="integer" min="0" max="0" flags="65">
    46074546                        <description><![CDATA[]]></description>
     
    51235062                <element name="f1_nmWei" type="float" min="0" max="100" default="1.0"/>
    51245063                <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>
    51735064                <element name="f4_mut_add" type="float" min="0" max="100" default="4.0">
    51745065                        <description><![CDATA[Mutation: probability of adding a node]]></description>
     
    52815172                        <description><![CDATA[If active, only a single randomly selected variable will be mutated in each mutation operation. Otherwise all variables will be mutated.]]></description>
    52825173                </element>
    5283                 <element name="fB_mut_substitution" type="float" min="0" max="1" default="0.6">
    5284                         <description><![CDATA[Probability of mutation by changing single random letter in genotype]]></description>
    5285                 </element>
    5286                 <element name="fB_mut_insertion" type="float" min="0" max="1" default="0.095">
    5287                         <description><![CDATA[Probability of mutation by inserting characters in random place of genotype]]></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 in random place of genotype]]></description>
    5291                 </element>
    5292                 <element name="fB_mut_deletion" type="float" min="0" max="1" default="0.1">
    5293                         <description><![CDATA[Probability of mutation by deleting random characters in genotype]]></description>
    5294                 </element>
    5295                 <element name="fB_mut_duplication" type="float" min="0" max="1" default="0.0">
    5296                         <description><![CDATA[Probability of mutation by copying single *gene* of genotype and appending it to the beginning of this genotype]]></description>
    5297                 </element>
    5298                 <element name="fB_mut_translocation" type="float" min="0" max="1" default="0.15">
    5299                         <description><![CDATA[Probability of mutation by replacing two substrings in genotype]]></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 by random 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="33.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">
    53265217                        <description><![CDATA[Probability of changing properties of handles]]></description>
    53275218                </element>
    53285219                <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">
    53325223                        <description><![CDATA[Probability of performing mutation operations on axiom]]></description>
    53335224                </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 or one 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">
    53505241                        <description><![CDATA[Probability of adding one of rotation words]]></description>
    53515242                </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 and stick]]></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 in genotype]]></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 for existing 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 from axiom 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 in word]]></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 in word]]></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>
    53785269                </element>
    53795270                <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 in successor)]]></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>
    53845275                </element>
    53855276                <element name="fS_mut_add_part" type="float" min="0" max="100" default="10.0">
     
    54415332                </element>
    54425333                <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"/>
    54455334                <element name="genoconv_f4_f0" type="integer" min="0" max="1"/>
    54465335                <element name="genoconv_f8_f1" type="integer" min="0" max="1"/>
     
    87018590                        <description><![CDATA[Bitmask of supported display modes.Not implemented in the old Framsticks Theater application.]]></description>
    87028591                </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>
    87038598        </type>
    87048599        <type name="GUI" context="Framsticks Theater">
     
    87118606                </element>
    87128607                <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">
    87138614                        <arguments>
    87148615                                <argument name="name" type="string"/>
     
    90638964                <element name="imgex_enable" function="true" flags="8"/>
    90648965                <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>
    90668969                <element name="imgex_currframe" type="integer" flags="18"/>
    90678970                <element name="imgex_enabled" type="integer" min="0" max="1" flags="18"/>
Note: See TracChangeset for help on using the changeset viewer.