mirror of
https://github.com/apache/commons-math.git
synced 2025-02-12 13:06:06 +00:00
Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1519209 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
86545dab3e
commit
9027cff326
@ -149,7 +149,7 @@ public abstract class AbstractOptimizer<PAIR, OPTIM extends AbstractOptimizer<PA
|
||||
/**
|
||||
* Performs the optimization.
|
||||
*
|
||||
* @return a point/value pair that satifies the convergence criteria.
|
||||
* @return a point/value pair that satisfies the convergence criteria.
|
||||
* @throws TooManyEvaluationsException if the maximal number of
|
||||
* evaluations is exceeded.
|
||||
* @throws TooManyIterationsException if the maximal number of
|
||||
|
Loading…
x
Reference in New Issue
Block a user