You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Luc Maisonobe (JIRA)" <ji...@apache.org> on 2010/03/01 20:40:05 UTC

[jira] Resolved: (MATH-347) Brent solver shouldn't need strict ordering of min, max and initial

     [ https://issues.apache.org/jira/browse/MATH-347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luc Maisonobe resolved MATH-347.
--------------------------------

    Resolution: Fixed

Fixed in subversion repository as of r917668.
Thanks for reporting the issue

> Brent solver shouldn't need strict ordering of min, max and initial
> -------------------------------------------------------------------
>
>                 Key: MATH-347
>                 URL: https://issues.apache.org/jira/browse/MATH-347
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 2.0
>            Reporter: Volkan Aktas
>
> The "solve(final UnivariateRealFunction f, final double min, final double max, final double initial)" function calls verifySequence() which enforces a strict ordering of min, max and initial parameters. I can't see why that is necessary - the rest of solve() seems to be able to handle "initial == min" and "initial == min" cases just fine. In fact, the JavaDoc suggests setting initial to min when not known but that is not possible at the moment.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.