Free cookie consent management tool by TermsFeed Policy Generator

Changeset 15226 for trunk


Ignore:
Timestamp:
07/13/17 11:22:55 (7 years ago)
Author:
pfleck
Message:

#2592 Changed item name as suggested by abeham.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.MOCMAEvolutionStrategy/3.3/MOCMAEvolutionStrategy.cs

    r15206 r15226  
    3737
    3838namespace HeuristicLab.Algorithms.MOCMAEvolutionStrategy {
    39   [Item("MOCMA Evolution Strategy (MOCMAES)", "A multi objective evolution strategy based on covariance matrix adaptation. Code is based on 'Covariance Matrix Adaptation for Multi - objective Optimization' by Igel, Hansen and Roth")]
     39  [Item("Multi-Objective CMA Evolution Strategy (MOCMAES)", "A multi objective evolution strategy based on covariance matrix adaptation. Code is based on 'Covariance Matrix Adaptation for Multi - objective Optimization' by Igel, Hansen and Roth")]
    4040  [Creatable(CreatableAttribute.Categories.PopulationBasedAlgorithms, Priority = 210)]
    4141  [StorableClass]
Note: See TracChangeset for help on using the changeset viewer.