Changeset 60
- Timestamp:
- 02/02/10 16:28:28 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
java/ecj/cecj/interaction/LearnerTeacherInteractionScheme.java
r44 r60 47 47 state.output.fatal("Population size must be > 0.\n", popSizeParameter); 48 48 } 49 49 50 subpopulationRoles = new Role[numSubpopulations]; 50 51 for (int subpop = 0; subpop < numSubpopulations; subpop++) { 51 52 Parameter subpopRoleParam = base.push(P_SUBPOP).push("" + subpop).push(P_ROLE);
Note: See TracChangeset
for help on using the changeset viewer.