Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/11/18 10:21:39 (5 years ago)
Author:
gkronber
Message:

#2915 missed a string replace AnalyticalQuotient -> AnalyticQuotient

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Symbols/AnalyticQuotient.cs

    r16361 r16362  
    4646      return new AnalyticQuotient(this, cloner);
    4747    }
    48     public AnalyticQuotient() : base("AnalyticalQuotient", "The analytic quotient function aq(a,b) = a / sqrt(b²+1) can be used as an " +
     48    public AnalyticQuotient() : base("AnalyticQuotient", "The analytic quotient function aq(a,b) = a / sqrt(b²+1) can be used as an " +
    4949    "alternative to protected division. See H. Drieberg and P. Rocket, The Use of an Analytic Quotient Operator" +
    5050    " in Genetic Programming. IEEE Transactions on Evolutionary Computation, Vol. 17, No. 1, February 2013, pp 146 -- 152") { }
Note: See TracChangeset for help on using the changeset viewer.