source:
branches/FitnessLandscapeAnalysis/HeuristicLab.Problems.NK/INKEvaluator.cs
@
11614
Last change on this file since 11614 was 7128, checked in by epitzer, 13 years ago | |
---|---|
File size: 145 bytes |
Rev | Line | |
---|---|---|
[7128] | 1 | using HeuristicLab.Optimization; |
2 | ||
3 | namespace HeuristicLab.Problems.NK { | |
4 | public interface INKEvaluator : ISingleObjectiveEvaluator { } | |
5 | } |
Note: See TracBrowser
for help on using the repository browser.