Changeset 12515 for branches/HiveStatistics/sources/HeuristicLab.Algorithms.ParameterlessPopulationPyramid
- Timestamp:
- 06/25/15 18:21:19 (10 years ago)
- Location:
- branches/HiveStatistics/sources/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/HillClimber.cs
r12012 r12515 42 42 [Item("Hill Climber", "Binary Hill Climber.")] 43 43 [StorableClass] 44 [Creatable( "Algorithms")]44 [Creatable(CreatableAttribute.Categories.SingleSolutionAlgorithms, Priority = 150)] 45 45 public class HillClimber : BasicAlgorithm { 46 46 [Storable] -
branches/HiveStatistics/sources/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/ParameterlessPopulationPyramid.cs
r12012 r12515 41 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")] 42 42 [StorableClass] 43 [Creatable( "Algorithms")]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.