Changeset 60 for java/ecj


Ignore:
Timestamp:
02/02/10 16:28:28 (14 years ago)
Author:
mszubert
Message:

Bug in Learner-Teacher scheme fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • java/ecj/cecj/interaction/LearnerTeacherInteractionScheme.java

    r44 r60  
    4747                        state.output.fatal("Population size must be > 0.\n", popSizeParameter);
    4848                }
    49 
     49               
     50                subpopulationRoles = new Role[numSubpopulations];
    5051                for (int subpop = 0; subpop < numSubpopulations; subpop++) {
    5152                        Parameter subpopRoleParam = base.push(P_SUBPOP).push("" + subpop).push(P_ROLE);
Note: See TracChangeset for help on using the changeset viewer.