Produces n individuals from the given subpopulation and puts them into inds[start...start+n-1], where n = Min(Max(q,min),max), where q is the "typical" number of individuals the BreedingSource produces in one shot, and returns n . max must be
(
int min,
int max,
int subpopulation,
ArrayList<Individual> inds,
EvolutionState state,
int thread,
HashMap<String, Object> misc)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected