Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/19/15 13:33:36 (8 years ago)
Author:
gkronber
Message:

#2454: merged r13173 from trunk to stable

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/IslandGeneticAlgorithm.cs

    r13134 r13295  
    3838  /// An island genetic algorithm.
    3939  /// </summary>
    40   [Item("Island Genetic Algorithm", "An island genetic algorithm.")]
    41   [Creatable(CreatableAttribute.Categories.PopulationBasedAlgorithms,Priority = 110)]
     40  [Item("Island Genetic Algorithm (Island-GA)", "An island genetic algorithm.")]
     41  [Creatable(CreatableAttribute.Categories.PopulationBasedAlgorithms, Priority = 110)]
    4242  [StorableClass]
    4343  public sealed class IslandGeneticAlgorithm : HeuristicOptimizationEngineAlgorithm, IStorableContent {
Note: See TracChangeset for help on using the changeset viewer.