Changeset 9984
- Timestamp:
- 09/18/13 10:18:26 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/TestFunctions/CustomEvaluator.cs
r9407 r9984 32 32 public class CustomEvaluator : SingleObjectiveTestFunctionProblemEvaluator { 33 33 34 public override string FunctionName { 35 get { return "sin(x^y)"; } 36 } 34 37 35 38 [StorableConstructor] … … 56 59 } 57 60 58 public override int MinimumProblemSize { get { return 1; } }61 public override int MinimumProblemSize { get { return 2; } } 59 62 60 63 public override int MaximumProblemSize { get { return 2; } }
Note: See TracChangeset
for help on using the changeset viewer.