package cecj.problems; /** * * The marker interface for all the coevolutionary problems. * * @author Marcin Szubert * */ public interface CoevolutionaryProblem { }