Changeset 13679 for trunk/sources
- Timestamp:
- 03/10/16 11:06:03 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.RandomSearch/3.3/RandomSearchAlgorithm.cs
r13677 r13679 35 35 36 36 namespace HeuristicLab.Algorithms.RandomSearch { 37 [Item("Random Search Algorithm (RS)", "A nrandom search algorithm.")]37 [Item("Random Search Algorithm (RS)", "A random search algorithm.")] 38 38 [Creatable(CreatableAttribute.Categories.Algorithms, Priority = 150)] 39 39 [StorableClass]
Note: See TracChangeset
for help on using the changeset viewer.