Last change
on this file since 12563 was
12483,
checked in by ascheibe, 9 years ago
|
#2306 added a new project for NK landscapes and ported it to BasicProblem
|
File size:
355 bytes
|
Line | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.Linq;
|
---|
4 | using System.Text;
|
---|
5 | using HeuristicLab.Core;
|
---|
6 | using HeuristicLab.Data;
|
---|
7 |
|
---|
8 | namespace HeuristicLab.Problems.NK {
|
---|
9 | public interface IInteractionInitializer : INamedItem {
|
---|
10 | BoolMatrix InitializeInterations(int length, int nComponents, int nInteractions, IRandom random);
|
---|
11 | }
|
---|
12 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.