source:
branches/FitnessLandscapeAnalysis/HeuristicLab.Problems.NKNew/INKMoveEvaluator.cs
@
12533
Last change on this file since 12533 was 12483, checked in by ascheibe, 10 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.