source:
branches/FitnessLandscapeAnalysis/HeuristicLab.Problems.NK/INKMoveEvaluator.cs
@
9840
Last change on this file since 9840 was 7128, checked in by epitzer, 13 years ago | |
---|---|
File size: 168 bytes |
Line | |
---|---|
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.