Changeset 53
- Timestamp:
- 01/18/10 10:37:38 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
java/ecj/framsticks/FramsticksCoevolutionaryProblem.java
r44 r53 2 2 3 3 import cecj.interaction.InteractionResult; 4 import cecj.problems. TestBasedProblem;4 import cecj.problems.SymmetricTestBasedProblem; 5 5 import cecj.utils.Pair; 6 6 import ec.EvolutionState; 7 7 import ec.Individual; 8 8 9 public class FramsticksCoevolutionaryProblem extends TestBasedProblem {9 public class FramsticksCoevolutionaryProblem extends SymmetricTestBasedProblem { 10 10 11 11 @Override
Note: See TracChangeset
for help on using the changeset viewer.