Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/10/17 11:23:05 (7 years ago)
Author:
pkimmesw
Message:

#2665 Added IsNoop to Expression, Made Expressions storable, Fixed Debugger, Fixed and improved problem data and result visualisation, Added custom ErcOption view, Added problem difficulty to problem data name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/SumOfSquares.cs

    r14897 r14952  
    33
    44  public class SumOfSquares : BenchmarkSuiteDataDescriptor {
    5     private const string name = "Sum of Squares";
     5    private const string name = "Sum of Squares - Hard";
    66    private const string fileName = "SumOfSquares.csv";
    77    private const string description = "Given integer n, return the sum of squaring each integer in the range[1, n].";
     
    3030          ErcProbability = 0.05,
    3131          IntegerErcOptions = new IntegerErcOptions(
    32             new IntegerRangeErcValue(-100, 100))
     32            new IntegerRangeErc(-100, 100))
    3333        }
    3434      };
Note: See TracChangeset for help on using the changeset viewer.