Free cookie consent management tool by TermsFeed Policy Generator

Changeset 11581 for trunk


Ignore:
Timestamp:
11/25/14 12:50:16 (9 years ago)
Author:
mkommend
Message:

#2277: Added public modifier in class declaration of BestSingleObjectiveTestFunctionSolutionAnalyzer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Analyzers/BestSingleObjectiveTestFunctionSolutionAnalyzer.cs

    r11171 r11581  
    3636  [Item("BestSingleObjectiveTestFunctionSolutionAnalyzer", "An operator for analyzing the best solution for a SingleObjectiveTestFunction problem.")]
    3737  [StorableClass]
    38   class BestSingleObjectiveTestFunctionSolutionAnalyzer : SingleSuccessorOperator, IBestSingleObjectiveTestFunctionSolutionAnalyzer, IAnalyzer {
     38  public class BestSingleObjectiveTestFunctionSolutionAnalyzer : SingleSuccessorOperator, IBestSingleObjectiveTestFunctionSolutionAnalyzer, IAnalyzer {
    3939    public virtual bool EnabledByDefault {
    4040      get { return true; }
Note: See TracChangeset for help on using the changeset viewer.