source:
java/ecj/cecj/problems/CoevolutionaryProblem.java
@
1254
Last change on this file since 1254 was 193, checked in by , 11 years ago | |
---|---|
|
|
File size: 174 bytes |
Line | |
---|---|
1 | package cecj.problems; |
2 | |
3 | /** |
4 | * |
5 | * The marker interface for all the coevolutionary problems. |
6 | * |
7 | * @author Marcin Szubert |
8 | * |
9 | */ |
10 | public interface CoevolutionaryProblem { |
11 | |
12 | } |
Note: See TracBrowser
for help on using the repository browser.