Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 42085 invoked from network); 17 Nov 2010 14:27:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Nov 2010 14:27:07 -0000 Received: (qmail 24374 invoked by uid 500); 17 Nov 2010 14:27:39 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 24211 invoked by uid 500); 17 Nov 2010 14:27:37 -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 24202 invoked by uid 99); 17 Nov 2010 14:27:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Nov 2010 14:27:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED,T_HK_NAME_DR X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Nov 2010 14:27:35 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAHERFEr001188 for ; Wed, 17 Nov 2010 14:27:15 GMT Message-ID: <3651920.149121290004035414.JavaMail.jira@thor> Date: Wed, 17 Nov 2010 09:27:15 -0500 (EST) From: "Dr. Dietmar Wolz (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (MATH-442) CMA evolution strategy is missing in optimization In-Reply-To: <7086941.112871289926095205.JavaMail.jira@thor> 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-442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12932961#action_12932961 ] Dr. Dietmar Wolz commented on MATH-442: --------------------------------------- Will subscribe today > CMA evolution strategy is missing in optimization > ------------------------------------------------- > > Key: MATH-442 > URL: https://issues.apache.org/jira/browse/MATH-442 > Project: Commons Math > Issue Type: New Feature > Affects Versions: 3.0 > Reporter: Dr. Dietmar Wolz > Original Estimate: 48h > Remaining Estimate: 48h > > Recently I implemented the optimization algorithm CMA-ES based on org.apache.commons.math.linear and used it for the GTOC5 global trajectory optimization contest http://gtoc5.math.msu.su/. It implements the MultivariateRealOptimizer interface and would nicely fit into the org.apache.commons.math.optimization package. The original author of CMA-ES (Nikolaus Hansen) volunteered to support me (proof-reading + testing) in the creation of a CMA-ES contribution for commons.math. > The CMA evolution strategy http://www.lri.fr/~hansen/cmaesintro.html is a very powerful algorithm for difficult non-linear non-convex optimization problems in continuous domain. See http://www.lri.fr/~hansen/cec2005.html for a comparison chart. If there is interest I will create a patch including the proposed Implementation for evaluation. It seems we would need an additional sub-package - org.apache.commons.math.optimization.evolutionary. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.