Source file "org/apache/commons/math/optimization/direct/DirectSearchOptimizer.java" was not found during generation of report.
Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
Total | 531 of 531 | 0% | 52 of 52 | 0% | 43 | 43 | 100 | 100 | 17 | 17 |
setStartConfiguration(double[][]) | ![]() | 0% | ![]() | 0% | 10 | 10 | 23 | 23 | 1 | 1 |
optimize(MultivariateRealFunction, GoalType, double[]) | ![]() | 0% | ![]() | 0% | 6 | 6 | 19 | 19 | 1 | 1 |
buildSimplex(double[]) | ![]() | 0% | ![]() | 0% | 4 | 4 | 12 | 12 | 1 | 1 |
setStartConfiguration(double[]) | ![]() | 0% | ![]() | 0% | 4 | 4 | 9 | 9 | 1 | 1 |
replaceWorstPoint(RealPointValuePair, Comparator) | ![]() | 0% | ![]() | 0% | 3 | 3 | 8 | 8 | 1 | 1 |
evaluateSimplex(Comparator) | ![]() | 0% | ![]() | 0% | 3 | 3 | 7 | 7 | 1 | 1 |
evaluate(double[]) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
incrementIterationsCounter() | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
DirectSearchOptimizer() | ![]() | 0% | n/a | 1 | 1 | 5 | 5 | 1 | 1 | |
setMaxIterations(int) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
setMaxEvaluations(int) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
setConvergenceChecker(RealConvergenceChecker) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
getMaxIterations() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getMaxEvaluations() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getIterations() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getEvaluations() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getConvergenceChecker() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 |