Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/07/13 21:29:42 (11 years ago)
Author:
abeham
Message:

#1961:

  • Added an analyzer for the behavior of CMA-ES
  • Fixed counting of evaluated solutions
  • Fixed ItemNames
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CMAES/HeuristicLab.Encodings.RealVectorEncoding/3.3/CMAESOperators/CMAParameters.cs

    r9121 r9122  
    2929
    3030namespace HeuristicLab.Encodings.RealVectorEncoding {
    31   [Item("CMAES Strategy Parameters", "CMA-ES controls many strategy parameters that guide the search and which are combined in this class.")]
     31  [Item("CMAParameters", "CMA-ES controls many strategy parameters that guide the search and which are combined in this class.")]
    3232  [StorableClass]
    3333  public sealed class CMAParameters : Item, INotifyPropertyChanged {
Note: See TracChangeset for help on using the changeset viewer.