Changeset 16362
- Timestamp:
- 12/11/18 10:21:39 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Symbols/AnalyticQuotient.cs
r16361 r16362 46 46 return new AnalyticQuotient(this, cloner); 47 47 } 48 public AnalyticQuotient() : base("Analytic alQuotient", "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 " + 49 49 "alternative to protected division. See H. Drieberg and P. Rocket, The Use of an Analytic Quotient Operator" + 50 50 " 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.