Free cookie consent management tool by TermsFeed Policy Generator

source: addons/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization/3.3/Operators/Interfaces/IIntValueManipulator.cs @ 17282

Last change on this file since 17282 was 16996, checked in by gkronber, 6 years ago

#2520 Update plugin dependencies and references for HL.MetaOptimization for new persistence

File size: 250 bytes
Line 
1using HeuristicLab.Core;
2using HeuristicLab.Data;
3
4namespace HeuristicLab.Problems.MetaOptimization {
5  public interface IIntValueManipulator : IValueManipulator {
6    void Apply(IRandom random, IntValue value, IntValueRange range);
7  }
8}
Note: See TracBrowser for help on using the repository browser.