Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/03/19 16:06:10 (5 years ago)
Author:
abeham
Message:

#2521: added comment to P3

  • removed todos from EvaluationServiceClientView
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/ParameterlessPopulationPyramid.cs

    r16723 r16752  
    2525using System.Linq;
    2626using System.Threading;
     27using HEAL.Attic;
    2728using HeuristicLab.Analysis;
    2829using HeuristicLab.Common;
     
    3233using HeuristicLab.Optimization;
    3334using HeuristicLab.Parameters;
    34 using HEAL.Attic;
    3535using HeuristicLab.Random;
    3636
     
    4646      get { return typeof(SingleObjectiveProblem<BinaryVectorEncoding, BinaryVector>); }
    4747    }
     48    // TODO: Type of this property should be ISingleObjectiveProblemDefinition instead of the SingleObjectiveProblem
     49    //       However, this requires that BasicAlgorithm's Problem property is also changed
    4850    public new SingleObjectiveProblem<BinaryVectorEncoding, BinaryVector> Problem {
    4951      get { return (SingleObjectiveProblem<BinaryVectorEncoding, BinaryVector>)base.Problem; }
Note: See TracChangeset for help on using the changeset viewer.