- Timestamp:
- 05/11/10 19:27:34 (15 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization/3.3/Interfaces/ISelfAdaptiveManipulator.cs
r3450 r3782 28 28 /// An interface which represents an operator for manipulating solutions, given a strategy parameter. 29 29 /// </summary> 30 public interface ISelfAdaptiveManipulator : I Operator {30 public interface ISelfAdaptiveManipulator : IManipulator { 31 31 Type StrategyParameterType { get; } 32 32 IParameter StrategyParameterParameter { get; }
Note: See TracChangeset
for help on using the changeset viewer.