Free cookie consent management tool by TermsFeed Policy Generator

source: branches/FitnessLandscapeAnalysis/HeuristicLab.Problems.NKNew/INKMoveEvaluator.cs @ 12483

Last change on this file since 12483 was 12483, checked in by ascheibe, 9 years ago

#2306 added a new project for NK landscapes and ported it to BasicProblem

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.