- Timestamp:
- 07/15/17 11:04:09 (7 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 14227,14786
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Algorithms.RandomSearch/3.3/RandomSearchAlgorithm.cs
r14186 r15252 36 36 namespace HeuristicLab.Algorithms.RandomSearch { 37 37 [Item("Random Search Algorithm (RS)", "A random search algorithm.")] 38 [Creatable(CreatableAttribute.Categories. Algorithms, Priority = 150)]38 [Creatable(CreatableAttribute.Categories.SingleSolutionAlgorithms, Priority = 150)] 39 39 [StorableClass] 40 40 public sealed class RandomSearchAlgorithm : HeuristicOptimizationEngineAlgorithm, IStorableContent {
Note: See TracChangeset
for help on using the changeset viewer.