Free cookie consent management tool by TermsFeed Policy Generator

source: branches/FitnessLandscapeAnalysis/HeuristicLab.Problems.NK/INKEvaluator.cs @ 7128

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

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

File size: 145 bytes
Line 
1using HeuristicLab.Optimization;
2
3namespace HeuristicLab.Problems.NK {
4  public interface INKEvaluator : ISingleObjectiveEvaluator { }
5}
Note: See TracBrowser for help on using the repository browser.