Free cookie consent management tool by TermsFeed Policy Generator

Changeset 11567


Ignore:
Timestamp:
11/24/14 10:23:20 (9 years ago)
Author:
pfleck
Message:

#2269 Added AlpsGeneticAlgorithm and updated plugin description.

Location:
branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/HeuristicLab.Algorithms.ALPS-3.3.csproj

    r11566 r11567  
    7777  </ItemGroup>
    7878  <ItemGroup>
     79    <Compile Include="AlpsGeneticAlgorithm.cs" />
    7980    <Compile Include="Plugin.cs" />
    8081    <Compile Include="Properties\AssemblyInfo.cs" />
  • branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/Plugin.cs.frame

    r11566 r11567  
    2626  /// Plugin class for HeuristicLab.Algorithms.ALPS plugin.
    2727  /// </summary>
    28   [Plugin("HeuristicLab.Algorithms.ALPS", "3.3.10.$WCREV$")]
     28  [Plugin("HeuristicLab.Algorithms.ALPS", "Provides the Age-Layered Population Structure (ALPS) as described in Gregory S. Hornby. 2006. ALPS: the age-layered population structure for reducing the problem of premature convergence. In Proceedings of the 8th annual conference on Genetic and evolutionary computation (GECCO '06). 815-822.", "3.3.10.$WCREV$")]
    2929  [PluginFile("HeuristicLab.Algorithms.ALPS-3.3.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Analysis", "3.3")]
Note: See TracChangeset for help on using the changeset viewer.