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 C94979427 for ; Sun, 2 Oct 2011 01:21:07 +0000 (UTC) Received: (qmail 85706 invoked by uid 500); 2 Oct 2011 01:21:05 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 85611 invoked by uid 500); 2 Oct 2011 01:21:05 -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 85602 invoked by uid 99); 2 Oct 2011 01:21:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Oct 2011 01:21:05 +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 (nike.apache.org: local policy) Received: from [193.74.71.26] (HELO hel.is.scarlet.be) (193.74.71.26) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Oct 2011 01:20:58 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=scarlet.be; s=scarlet; t=1317518437; bh=FF4iNOcdcZUnxk/5Sz3tVuVArqAdz+wm9cav0wNUJuc=; h=Date:From:To:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=c/725vCAY4LCFlg6oQNAzlox25vx5P1TtlF1rCNeIdtqiElk/Y/yfTaJbeEwpEMCN OI4AfJpq29r5SnMkoAfdxUe/QjGDTV2PmYRvM0d48wjwlCPvM6P1CU9ntijORQb3tY rxkoQRUfalPhpf7mGWfi4NI2RnB2fnvZzlgIgOag= Received: from mail.harfang.homelinux.org (ip-213-49-249-14.dsl.scarlet.be [213.49.249.14]) by hel.is.scarlet.be (8.14.5/8.14.5) with ESMTP id p921Kamj017234 for ; Sun, 2 Oct 2011 03:20:37 +0200 X-Scarlet: d=1317518437 c=213.49.249.14 Received: from localhost (mail.harfang.homelinux.org [192.168.20.11]) by mail.harfang.homelinux.org (Postfix) with ESMTP id 9B46B61CCB for ; Sun, 2 Oct 2011 03:20:36 +0200 (CEST) Received: from mail.harfang.homelinux.org ([192.168.20.11]) by localhost (mail.harfang.homelinux.org [192.168.20.11]) (amavisd-new, port 10024) with ESMTP id ipaIist3CPef for ; Sun, 2 Oct 2011 03:20:32 +0200 (CEST) Received: from dusk.harfang.homelinux.org (mail.harfang.homelinux.org [192.168.20.11]) by mail.harfang.homelinux.org (Postfix) with ESMTP id C4796617D6 for ; Sun, 2 Oct 2011 03:20:31 +0200 (CEST) Received: from eran by dusk.harfang.homelinux.org with local (Exim 4.76) (envelope-from ) id 1RAAjH-0000tW-1Q for dev@commons.apache.org; Sun, 02 Oct 2011 03:20:31 +0200 Date: Sun, 2 Oct 2011 03:20:30 +0200 From: Gilles Sadowski To: dev@commons.apache.org Subject: Re: BOBYQA Question Message-ID: <20111002012030.GP17021@dusk.harfang.homelinux.org> Mail-Followup-To: dev@commons.apache.org References: <20110929230639.GK17021@dusk.harfang.homelinux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: Tiny Tux X-PGP-Key-Fingerprint: 53B9 972E C2E6 B93C BEAD 7092 09E6 AF46 51D0 5641 User-Agent: Mutt/1.5.21 (2010-09-15) X-DCC-scarlet.be-Metrics: hel 20001; Body=1 Fuz1=1 Fuz2=1 X-Virus-Scanned: clamav-milter 0.97.1-exp at hel X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Sep 30, 2011 at 05:35:28PM -0500, Greg Sterijevski wrote: > Gilles, > > I have attached a test harness which shows one spot where BOBYQA fails. > > See the "NonLinearConjugateGradient" thread. I don't know where you "attached" a unit test. For new tests that exercise coverage, I think that, for the time being, it might be safer to put them in another class, e.g. BOBYQAOptimizerCoverageTest so that we can easily enable/disable them (with the "@Ignore" annotation). Thus, it would be easier to spot what was missing from the original test suite. Thanks, Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org