Free cookie consent management tool by TermsFeed Policy Generator

source: branches/FitnessLandscapeAnalysis/HeuristicLab.Problems.NK/INKMoveEvaluator.cs @ 12565

Last change on this file since 12565 was 7128, checked in by epitzer, 13 years ago

#1696 Integrate fitness landscape analysis plugins from Heureka! repository.

File size: 168 bytes
Line 
1
2using HeuristicLab.Optimization;
3namespace HeuristicLab.Problems.NK {
4  public interface INKMoveEvaluator : ISingleObjectiveMoveEvaluator, IMoveOperator { }
5}
Note: See TracBrowser for help on using the repository browser.