[
https://issues.apache.org/jira/browse/MATH-807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13399267#comment-13399267
]
Sébastien Brisard commented on MATH-807:
----------------------------------------
You're right. Your proposal is safer.
> Allow for the use of Incrementor.MaxCountExceededCallback in IterationManager
> -----------------------------------------------------------------------------
>
> Key: MATH-807
> URL: https://issues.apache.org/jira/browse/MATH-807
> Project: Commons Math
> Issue Type: Improvement
> Affects Versions: 3.1
> Reporter: Sébastien Brisard
> Assignee: Sébastien Brisard
> Labels: iterative
> Fix For: 3.0
>
>
> {{IterationManager}} uses {{Incrementor}} for the iterations book-keeping.
> When the maximum number of iterations is reached, the default behavior is to
> throw a {{MaxCountExceededException}} unless a {{MaxCountExceededCallback}}
> was passed to the constructor of {{Incrementor}}.
> In the current implementation of {{IterationManager}}, this feature is
> hidden. It is proposed to add a new constructor
> {{IterationManager(Incrementor)}}, which would permit the use of call-back
> methods through the use of appropriately initialized incrementors.
--
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