source: java/ecj/problems/CoevolutionaryProblem.java @ 42

Last change on this file since 42 was 42, checked in by mszubert, 14 years ago

refactored cecj; framsticks package added

File size: 174 bytes
Line 
1package cecj.problems;
2
3/**
4 *
5 * The marker interface for all the coevolutionary problems.
6 *
7 * @author Marcin Szubert
8 *
9 */
10public interface CoevolutionaryProblem {
11
12}
Note: See TracBrowser for help on using the repository browser.