MCPcopy Create free account
hub / github.com/GMUEClab/ecj / produce

Method produce

ecj/src/main/java/ec/BreedingSource.java:180–187  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

breedPopChunkMethod · 0.95
breedPopChunkMethod · 0.95
breedPopChunkMethod · 0.95
breedSubpopMethod · 0.95
produceMethod · 0.95
produceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected