Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E6E9A90FB for ; Fri, 22 Jun 2012 09:06:46 +0000 (UTC) Received: (qmail 94272 invoked by uid 500); 22 Jun 2012 09:06:46 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 93887 invoked by uid 500); 22 Jun 2012 09:06:45 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 93770 invoked by uid 99); 22 Jun 2012 09:06:43 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jun 2012 09:06:43 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 00F4014285F for ; Fri, 22 Jun 2012 09:06:43 +0000 (UTC) Date: Fri, 22 Jun 2012 09:06:43 +0000 (UTC) From: =?utf-8?Q?S=C3=A9bastien_Brisard_=28JIRA=29?= To: issues@commons.apache.org Message-ID: <1028107784.43476.1340356003005.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (MATH-807) Allow for the use of Incrementor.MaxCountExceededCallback in IterationManager MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 S=C3=A9bastien Brisard created MATH-807: -------------------------------------- Summary: Allow for the use of Incrementor.MaxCountExceededCall= back 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=C3=A9bastien Brisard Assignee: S=C3=A9bastien 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 t= o throw a {{MaxCountExceededException}} unless a {{MaxCountExceededCallback= }} was passed to the constructor of {{Incrementor}}. In the current implementation of {{IterationManager}}, this feature is hidd= en. It is proposed to add a new constructor {{IterationManager(Incrementor)= }}, which would permit the use of call-back methods through the use of appr= opriately initialized incrementors. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.apache.org/jira/secure/ContactAdministrators!default.jsp= a For more information on JIRA, see: http://www.atlassian.com/software/jira