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:
291 bytes
|
Line | |
---|
1 | using HeuristicLab.Optimization;
|
---|
2 | using HeuristicLab.Core;
|
---|
3 | using HeuristicLab.Data;
|
---|
4 |
|
---|
5 | namespace HeuristicLab.Problems.MetaOptimization {
|
---|
6 | public interface IIntValueCrossover : ICrossover {
|
---|
7 | void Apply(IRandom random, IntValue value, IntValue other, IntValueRange range);
|
---|
8 | }
|
---|
9 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.