Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/12/17 14:11:43 (7 years ago)
Author:
pkimmesw
Message:

#2665 Fixed bias 0 issue, PushExpressionFrequencyAnalyzer, Fixed probability for ERC settings, Fixed enable/disable instructions, Added expression descriptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Configuration/PushConfigurationParameterCollection.cs

    r15017 r15032  
    192192
    193193    /// <summary>
    194     /// This is the maximum of depth a push program can have. Expressions, which lead to exceed this limit are interpreted as NOOP.
     194    /// Determines the likelyhood of smaller or bigger values.
     195    /// x greater than 1 means that result is biased towards min.
     196    /// x smaller than 1 means that result is biased towards max.
    195197    /// </summary>
    196198    public IValueParameter<DoubleValue> ParenthesesCloseBiasLevelParameter
     
    206208
    207209    /// <summary>
    208     /// This is the maximum of depth a push program can have. Expressions, which lead to exceed this limit are interpreted as NOOP.
     210    /// Determines the maximum of blocks which will be closed.
    209211    /// </summary>
    210212    public IValueParameter<IntValue> MaxParenthesesCloseParameter
Note: See TracChangeset for help on using the changeset viewer.