source:
branches/FitnessLandscapeAnalysis/HeuristicLab.Problems.NK/INKMoveEvaluator.cs
@
11322
Last change on this file since 11322 was 7128, checked in by epitzer, 13 years ago | |
---|---|
File size: 168 bytes |
Rev | Line | |
---|---|---|
[7128] | 1 | |
2 | using HeuristicLab.Optimization; | |
3 | namespace HeuristicLab.Problems.NK { | |
4 | public interface INKMoveEvaluator : ISingleObjectiveMoveEvaluator, IMoveOperator { } | |
5 | } |
Note: See TracBrowser
for help on using the repository browser.