Changeset 3104 for trunk/sources/HeuristicLab.Optimization/3.3/Interfaces
- Timestamp:
- 03/18/10 22:57:22 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization/3.3/Interfaces/ITabuMoveEvaluator.cs
r3044 r3104 21 21 22 22 using HeuristicLab.Core; 23 using HeuristicLab.Data; 23 24 24 25 namespace HeuristicLab.Optimization { 25 26 public interface ITabuMoveEvaluator : IOperator { 27 ILookupParameter<BoolValue> MoveTabuParameter { get; } 26 28 } 27 29 }
Note: See TracChangeset
for help on using the changeset viewer.