mirror of
https://github.com/apache/commons-math.git
synced 2025-03-07 00:49:14 +00:00
Typo.
This commit is contained in:
parent
321fd029ec
commit
4c5cda210e
@ -294,7 +294,7 @@ public class LevenbergMarquardtOptimizerTest
|
||||
final int numEval = optimum.getEvaluations();
|
||||
Assert.assertTrue(numEval > 1);
|
||||
|
||||
// Build a new problem with an validator that amounts to cheating.
|
||||
// Build a new problem with a validator that amounts to cheating.
|
||||
final ParameterValidator cheatValidator
|
||||
= new ParameterValidator() {
|
||||
public RealVector validate(RealVector params) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user