Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 55230 invoked from network); 13 Feb 2009 09:20:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Feb 2009 09:20:24 -0000 Received: (qmail 752 invoked by uid 500); 13 Feb 2009 09:20:22 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 679 invoked by uid 500); 13 Feb 2009 09:20:22 -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 668 invoked by uid 99); 13 Feb 2009 09:20:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Feb 2009 01:20:22 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Feb 2009 09:20:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A9300234C48C for ; Fri, 13 Feb 2009 01:19:59 -0800 (PST) Message-ID: <1065729778.1234516799691.JavaMail.jira@brutus> Date: Fri, 13 Feb 2009 01:19:59 -0800 (PST) From: "Luc Maisonobe (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (MATH-246) Simplex Method Implementation In-Reply-To: <768059294.1234479179606.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MATH-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12673189#action_12673189 ] Luc Maisonobe commented on MATH-246: ------------------------------------ Did you have a look at the existing org.apache.commons.math.optimization.NelderMead class and at the issue MATH-196 ? > Simplex Method Implementation > ----------------------------- > > Key: MATH-246 > URL: https://issues.apache.org/jira/browse/MATH-246 > Project: Commons Math > Issue Type: New Feature > Reporter: Benjamin McCann > Attachments: newfiles.zip > > > I've created an implementation of the Simplex algorithm for optimizing systems of constrained linear equations that I'd like to contribute. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.