Source file "org/apache/commons/math3/genetics/GeneticAlgorithm.java" was not found during generation of report.
Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
Total | 174 of 174 | 0% | 18 of 18 | 0% | 21 | 21 | 41 | 41 | 12 | 12 |
nextGeneration(Population) | ![]() | 0% | ![]() | 0% | 5 | 5 | 13 | 13 | 1 | 1 |
GeneticAlgorithm(CrossoverPolicy, double, MutationPolicy, double, SelectionPolicy) | ![]() | 0% | ![]() | 0% | 5 | 5 | 12 | 12 | 1 | 1 |
evolve(Population, StoppingCondition) | ![]() | 0% | ![]() | 0% | 2 | 2 | 6 | 6 | 1 | 1 |
static {...} | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
setRandomGenerator(RandomGenerator) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
getCrossoverPolicy() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getCrossoverRate() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getMutationPolicy() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getMutationRate() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getSelectionPolicy() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getGenerationsEvolved() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getRandomGenerator() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 |