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 Sadowski (Jira)" <ji...@apache.org> on 2021/06/25 12:53:00 UTC

[jira] [Resolved] (MATH-1613) Maximal number of iterations too large in "SimpsonIntegrator"

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

Gilles Sadowski resolved MATH-1613.
-----------------------------------
    Resolution: Fixed

Commit c98e638d7313fec1cc5808cfaa18b2bceaa9864c ("master" branch).

> Maximal number of iterations too large in "SimpsonIntegrator"
> -------------------------------------------------------------
>
>                 Key: MATH-1613
>                 URL: https://issues.apache.org/jira/browse/MATH-1613
>             Project: Commons Math
>          Issue Type: Bug
>            Reporter: Gilles Sadowski
>            Priority: Major
>             Fix For: 4.0
>
>
> As noted by [~aherbert] in MATH-1612, the internal counter of function _evaluations_ does not support values larger than {{Integer.MAX_VALUE}}.
> The current default for the number of _iterations_ (63) would require the range of {{Long}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)