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 292102C1A for ; Mon, 25 Apr 2011 09:47:47 +0000 (UTC) Received: (qmail 20357 invoked by uid 500); 25 Apr 2011 09:47:46 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 20294 invoked by uid 500); 25 Apr 2011 09:47:46 -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 20286 invoked by uid 99); 25 Apr 2011 09:47:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Apr 2011 09:47:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Apr 2011 09:47:44 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id B838CB17F9 for ; Mon, 25 Apr 2011 09:47:05 +0000 (UTC) Date: Mon, 25 Apr 2011 09:47:05 +0000 (UTC) From: "Luc Maisonobe (JIRA)" To: issues@commons.apache.org Message-ID: <118922983.79621.1303724825751.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <592627035.79594.1303722725719.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (MATH-563) resetting relative and absolute tolerances in ODE adaptive step size integrators MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MATH-563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-563. -------------------------------- Resolution: Fixed fixed in subversion repository as of r1096443 > resetting relative and absolute tolerances in ODE adaptive step size integrators > -------------------------------------------------------------------------------- > > Key: MATH-563 > URL: https://issues.apache.org/jira/browse/MATH-563 > Project: Commons Math > Issue Type: Improvement > Affects Versions: 2.2 > Reporter: Luc Maisonobe > Assignee: Luc Maisonobe > Priority: Trivial > Fix For: 3.0 > > > There is a limitation of the current implementation of ODE integrators with > adaptive step size. For now, the tolerances that are used to adjust the step > size are specified only at construction time and cannot be changed afterwards. > However, these tolerances are highly problem-dependent and in fact the dimension > of the problem (which is related to the dimension of the vectorial version of > the tolerances) is specified only at integration time, not at construction time. > So it would be interesting to add at the top-level hierarchy (abstract class > AdaptiveStepsizeIntegrator) a few setters to allow users to change these > tolerances after the integrator has been built. It seems the integrators by > themselves were not documented as immutable (I first thought they were), so this > change is probably harmless. > There was a discussion on the developers mailing list about this feature here: http://markmail.org/thread/djrjpm5pwcgg3ev4 -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira