Gilles created MATH-783:
---------------------------

             Summary: Inconsistent assumptions about tolerances in 
"PowellOptimizer"
                 Key: MATH-783
                 URL: https://issues.apache.org/jira/browse/MATH-783
             Project: Commons Math
          Issue Type: Improvement
    Affects Versions: 3.0
            Reporter: Gilles
            Assignee: Gilles
             Fix For: 3.1


Internally, the algorithm in "PowellOptimizer" (package "optimization.direct") 
uses "BrentOptimizer" (from package "optimization.univariate") to perform a 
"line" search. The problem is that the default stopping criterion of 
"BrentOptimizer" refers to the domain values while the default criterion in 
"PowellOptimizer" refers to function values.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to