You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gilles (JIRA)" <ji...@apache.org> on 2015/04/10 12:28:12 UTC

[jira] [Commented] (MATH-1213) LaguerreSolver complex solve methods do not allow maxEval limit

    [ https://issues.apache.org/jira/browse/MATH-1213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14489329#comment-14489329 ] 

Gilles commented on MATH-1213:
------------------------------

bq. Additional versions of these methods [...] should be added.

I recall that some discussion occurred about that class, and how it did not fit into the design of the package.
IIRC, the idea was to move those methods to somewhere else (but it had to wait for a major release, and we didn't...).

It seems that the fluent API would be again a good way to configure all parameters.

Furthermore, we could create a "ComplexSolver" builder with the effect that the "solve" method would return a "Complex[]".


> LaguerreSolver complex solve methods do not allow maxEval limit
> ---------------------------------------------------------------
>
>                 Key: MATH-1213
>                 URL: https://issues.apache.org/jira/browse/MATH-1213
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 3.4.1
>            Reporter: Phil Steitz
>             Fix For: 4.0, 3.5
>
>
> The methods solveAllComplex and solveComplex in the LaguerreSolver should allow the user to specify a maximum number of function evaluations, similarly to the real solvers.  Currently, the calls to setup have Integer.MAX_VALUE hard-coded.  Additional versions of these methods that take a maxEval parameter should be added.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)