Changeset 9153
- Timestamp:
- 01/14/13 14:54:05 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization/3.3/MetaOptimizers/TimeLimitRun.cs
r9040 r9153 33 33 34 34 namespace HeuristicLab.Optimization { 35 internal enum TimeLimitedRunAction { None, Prepare, Start, Pause, Stop };36 37 35 /// <summary> 38 36 /// A run in which an algorithm is executed for a certain maximum time only.
Note: See TracChangeset
for help on using the changeset viewer.