Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 12305,12393,12397-12401,12504,12506,12512,12622,12649,12664
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/HillClimber.cs
r12009 r12708 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] -
stable/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/ParameterlessPopulationPyramid.cs
r12009 r12708 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.