Changeset 12994
- Timestamp:
- 10/09/15 14:45:46 (9 years ago)
- Location:
- branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/AlpsGeneticAlgorithm.cs
r12993 r12994 38 38 39 39 namespace HeuristicLab.Algorithms.ALPS { 40 [Item("ALPS Genetic Algorithm", "A genetic algorithm with an age-layered population structure.")]41 [Creatable( "Algorithms")]40 [Item("ALPS Genetic Algorithm", "A genetic algorithm within an age-layered population structure 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.")] 41 [Creatable(CreatableAttribute.Categories.PopulationBasedAlgorithms, Priority = 160)] 42 42 [StorableClass] 43 43 public sealed class AlpsGeneticAlgorithm : HeuristicOptimizationEngineAlgorithm, IStorableContent { -
branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/Plugin.cs.frame
r12018 r12994 26 26 /// Plugin class for HeuristicLab.Algorithms.ALPS plugin. 27 27 /// </summary> 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.11.$WCREV$")]28 [Plugin("HeuristicLab.Algorithms.ALPS", "3.3.11.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Algorithms.ALPS-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Analysis", "3.3")]
Note: See TracChangeset
for help on using the changeset viewer.