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 D132AD15C for ; Mon, 12 Nov 2012 15:25:14 +0000 (UTC) Received: (qmail 85482 invoked by uid 500); 12 Nov 2012 15:25:14 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 85125 invoked by uid 500); 12 Nov 2012 15:25:13 -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 84820 invoked by uid 99); 12 Nov 2012 15:25:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Nov 2012 15:25:12 +0000 Date: Mon, 12 Nov 2012 15:25:12 +0000 (UTC) From: "Luc Maisonobe (JIRA)" To: issues@commons.apache.org Message-ID: <1337525370.100781.1352733912569.JavaMail.jiratomcat@arcas> In-Reply-To: <167835809.100384.1352728152950.JavaMail.jiratomcat@arcas> Subject: [jira] [Resolved] (MATH-896) BrentSolver : function value accuracy convergence criterion MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MATH-896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-896. -------------------------------- Resolution: Not A Problem As explained in the first comments, this behaviour is the expected one for the Brent algorithm. > BrentSolver : function value accuracy convergence criterion > ----------------------------------------------------------- > > Key: MATH-896 > URL: https://issues.apache.org/jira/browse/MATH-896 > Project: Commons Math > Issue Type: Bug > Affects Versions: 3.0 > Reporter: Vincent Ruch > Priority: Minor > > Hi everybody, > In the current implementation of the Brent solver, it seems that attribute "functionValueAccuracy" is only used in the "doSolve" method, before entering the iteration loop in "brent" method. > Shouldn't it be a convergence test on the current function value to ensure that function value accuracy is reached? > This is the first time I'm posting here, so maybe I have missed something. Sorry if it's the case. > Thanks for your time, > Vincent -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira