Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/29/11 17:04:29 (12 years ago)
Author:
sforsten
Message:

#1669: Poly-10 benchmark has been added and two small bug fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/RegressionBenchmarks/HeuristicLab.Problems.DataAnalysis.Benchmarks/3.4/RegressionBenchmarks/Nguyen/NguyenFunctionOne.cs

    r7044 r7096  
    2828
    2929    public NguyenFunctionOne() {
    30       Name = "Nguyen F2 = x^3 + x^2 + x";
     30      Name = "Nguyen F1 = x^3 + x^2 + x";
    3131      Description = "Paper: Semantically-based Crossover in Genetic Programming: Application to Real-valued Symbolic Regression" + Environment.NewLine
    3232        + "Authors: Nguyen Quang Uy · Nguyen Xuan Hoai · Michael O’Neill · R.I. McKay · Edgar Galvan-Lopez" + Environment.NewLine
    33         + "Function: F2 = x^3 + x^2 + x" + Environment.NewLine
     33        + "Function: F1 = x^3 + x^2 + x" + Environment.NewLine
    3434        + "Fitcases: 20 random points ⊆ [-1, 1]" + Environment.NewLine
    3535        + "Non-terminals: +, -, *, /, sin, cos, exp, log (protected version)" + Environment.NewLine
Note: See TracChangeset for help on using the changeset viewer.