Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 13173
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/HillClimber.cs
r12708 r13295 40 40 // B. W. Goldman and W. F. Punch, "Parameter-less Population Pyramid," GECCO, pp. 785–792, 2014 41 41 // and the original source code in C++11 available from: https://github.com/brianwgoldman/Parameter-less_Population_Pyramid 42 [Item("Hill Climber ", "Binary Hill Climber.")]42 [Item("Hill Climber (HC)", "Binary Hill Climber.")] 43 43 [StorableClass] 44 44 [Creatable(CreatableAttribute.Categories.SingleSolutionAlgorithms, Priority = 150)] -
stable/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/ParameterlessPopulationPyramid.cs
r12708 r13295 39 39 // B. W. Goldman and W. F. Punch, "Parameter-less Population Pyramid," GECCO, pp. 785–792, 2014 40 40 // and the original source code in C++11 available from: https://github.com/brianwgoldman/Parameter-less_Population_Pyramid 41 [Item("Parameter-less Population Pyramid ", "Binary value optimization algorithm which requires no configuration. B. W. Goldman and W. F. Punch, Parameter-less Population Pyramid, GECCO, pp. 785–792, 2014")]41 [Item("Parameter-less Population Pyramid (P3)", "Binary value optimization algorithm which requires no configuration. B. W. Goldman and W. F. Punch, Parameter-less Population Pyramid, GECCO, pp. 785–792, 2014")] 42 42 [StorableClass] 43 [Creatable(CreatableAttribute.Categories.PopulationBasedAlgorithms, Priority = 400)]43 [Creatable(CreatableAttribute.Categories.PopulationBasedAlgorithms, Priority = 400)] 44 44 public class ParameterlessPopulationPyramid : BasicAlgorithm { 45 45 public override Type ProblemType {
Note: See TracChangeset
for help on using the changeset viewer.