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.Base/Erc/String/StringRandomErc.cs

    r15017 r15032  
    2727    private const string NewStringProbabilityParameterDescription = "The probability that the selection of the ephemeral random string constant for inclusion in randomly generated code will produce a new string (rather than a string that was previously generated).";
    2828
    29     public StringRandomErc() : this(false, 1d) { }
     29    public StringRandomErc() : this(true, 1d) { }
    3030
    3131    public StringRandomErc(bool isEnabled, double weight = 1d) : base(isEnabled, weight) {
Note: See TracChangeset for help on using the changeset viewer.