Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 316B610F87 for ; Sat, 14 Sep 2013 17:38:26 +0000 (UTC) Received: (qmail 58515 invoked by uid 500); 14 Sep 2013 17:38:22 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 58423 invoked by uid 500); 14 Sep 2013 17:38:21 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 58415 invoked by uid 99); 14 Sep 2013 17:38:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Sep 2013 17:38:19 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [193.74.71.28] (HELO sif.is.scarlet.be) (193.74.71.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Sep 2013 17:38:14 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=scarlet.be; s=scarlet; t=1379180272; bh=dMDn9WFnB04YhceVHml0Mb/fKM+pqLdBO5ff28Jnc3M=; h=MIME-Version:Content-Type:Content-Transfer-Encoding:Date:From:To: Subject:In-Reply-To:References:Message-ID; b=Q48z8g5RocA8ToQVv+yCKGytVVZ7To0x6BhHlGFa1z3MPbp7JbFqxyVEBTtTdyQkn gsSKW59YJnr6Nqjnxim4Dl5eZiG5NYAbjWhDeBF0vdQV7WwYx0gfaZ0lkt23py08Id TgiNm8CH8wRvY5GQ9gUEKQWZHXOHHHhefZlFwkNA= Received: from webmail.scarlet.be (gresham.is.scarlet.be [193.74.71.215]) by sif.is.scarlet.be (8.14.5/8.14.5) with ESMTP id r8EHbpJF002944 for ; Sat, 14 Sep 2013 19:37:52 +0200 X-Scarlet: d=1379180272 c=193.74.71.215 Received: from ip-213-49-235-93.dsl.scarlet.be ([213.49.235.93]) via ip-213-49-235-93.dsl.scarlet.be ([213.49.235.93]) by webmail.scarlet.be with HTTP (HTTP/1.1 POST); Sat, 14 Sep 2013 19:37:51 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 14 Sep 2013 19:37:51 +0200 From: Gilles To: Subject: Re: [math] fluent API for optimizers In-Reply-To: <5233542B.3020703@gmail.com> References: <5233542B.3020703@gmail.com> Message-ID: <6c24a7356ff7175a8a5eff2a8b462ec8@scarlet.be> X-Sender: gilles@harfang.homelinux.org User-Agent: Scarlet Webmail X-DCC-scarlet.be-Metrics: sif; whitelist X-Virus-Scanned: clamav-milter 0.97.1-exp at sif X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org On Fri, 13 Sep 2013 20:06:35 +0200, Thomas Neidhart wrote: > Hi, > > while looking at the new fluent API implemented for the > fitting.leastsquares package, I was wondering why some of the > interfaces > used for providing input data are in this package: > > * WithMaxEvaluations > * WithMaxIterations > * WithConvergenceChecker > > are used by AbstractOptimizer in the optim package but are located in > the fitting.leastsquares package. This is a work-in-progress which I discontinued when thinking that someone would delve into Evan Ward's proposal for a new API... > > As they seem to be more general, I would think they should also > reside > were they are used/referenced. If we'd keep that code (i.e. this means telling Evan that we won't use his code), I'd certainly make the appropriate changes. Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org