Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/16/10 23:31:08 (14 years ago)
Author:
swagner
Message:

Implemented reviewers' comments (#893)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.ArtificialAnt/3.3/ArtificialAntProblem.cs

    r3739 r3817  
    301301      operators.AddRange(ApplicationManager.Manager.GetInstances<ISymbolicExpressionTreeOperator>().OfType<IOperator>());
    302302      operators.Add(new BestAntTrailAnalyzer());
    303       operators.Add(new MinAvgMaxSymbolicExpressionTreeSizeAnalyzer());
     303      operators.Add(new MinAverageMaxSymbolicExpressionTreeSizeAnalyzer());
    304304      ParameterizeAnalyzers();
    305305      ParameterizeOperators();
Note: See TracChangeset for help on using the changeset viewer.