Changeset 11567
- Timestamp:
- 11/24/14 10:23:20 (10 years ago)
- 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 77 77 </ItemGroup> 78 78 <ItemGroup> 79 <Compile Include="AlpsGeneticAlgorithm.cs" /> 79 80 <Compile Include="Plugin.cs" /> 80 81 <Compile Include="Properties\AssemblyInfo.cs" /> -
branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/Plugin.cs.frame
r11566 r11567 26 26 /// Plugin class for HeuristicLab.Algorithms.ALPS plugin. 27 27 /// </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$")] 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.