Sébastien Brisard created MATH-807:
--------------------------------------

             Summary: 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
             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


Reply via email to