source:
addons/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization/3.3/Operators/Interfaces/IValueManipulator.cs
@
17282
Last change on this file since 17282 was 16996, checked in by gkronber, 6 years ago | |
---|---|
File size: 154 bytes |
Line | |
---|---|
1 | using HeuristicLab.Optimization; |
2 | |
3 | namespace HeuristicLab.Problems.MetaOptimization { |
4 | public interface IValueManipulator : IManipulator { |
5 | } |
6 | } |
Note: See TracBrowser
for help on using the repository browser.