Home
last modified time | relevance | path

Searched refs:nextGeneration (Results 1 – 10 of 10) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
DGeneticAlgorithm.java114 current = nextGeneration(current); in evolve()
142 public Population nextGeneration(Population current) { in nextGeneration() method in GeneticAlgorithm
143 Population nextGeneration = current.nextGeneration(); in nextGeneration() local
147 while (nextGeneration.getPopulationSize() < nextGeneration.getPopulationLimit()) { in nextGeneration()
166 nextGeneration.addChromosome(pair.getFirst()); in nextGeneration()
168 if (nextGeneration.getPopulationSize() < nextGeneration.getPopulationLimit()) { in nextGeneration()
170 nextGeneration.addChromosome(pair.getSecond()); in nextGeneration()
174 return nextGeneration; in nextGeneration()
DElitisticListPopulation.java73 public Population nextGeneration() { in nextGeneration() method in ElitisticListPopulation
75 …ElitisticListPopulation nextGeneration = new ElitisticListPopulation(this.getPopulationLimit(), th… in nextGeneration() local
83 nextGeneration.addChromosome(oldChromosomes.get(i)); in nextGeneration()
85 return nextGeneration; in nextGeneration()
DPopulation.java42 Population nextGeneration(); in nextGeneration() method
DTournamentSelection.java77 public Population nextGeneration() { in tournament()
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...