Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/16/13 15:32:29 (11 years ago)
Author:
abeham
Message:

#1961: implemented reviewer comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CMAES/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.3/CMAOperators/CMALogweightedRecombinator.cs

    r9297 r9709  
    2020#endregion
    2121
     22using System;
     23using System.Linq;
    2224using HeuristicLab.Common;
    2325using HeuristicLab.Core;
    2426using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    25 using System;
    26 using System.Linq;
    2727
    2828namespace HeuristicLab.Algorithms.CMAEvolutionStrategy {
    29   [Item("CMA Log-weighted Recombinator", "Calculates weighted mean based on a logarithmic increasing weights.")]
     29  [Item("CMA Log-weighted Recombinator", "Calculates weighted mean based on a logarithmic decreasing weights.")]
    3030  [StorableClass]
    3131  public class CMALogweightedRecombinator : CMARecombinator {
Note: See TracChangeset for help on using the changeset viewer.