Return-Path: X-Original-To: apmail-commons-user-archive@www.apache.org Delivered-To: apmail-commons-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B4CA6102DE for ; Wed, 31 Jul 2013 00:29:43 +0000 (UTC) Received: (qmail 51717 invoked by uid 500); 31 Jul 2013 00:29:42 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 51612 invoked by uid 500); 31 Jul 2013 00:29:41 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 51604 invoked by uid 99); 31 Jul 2013 00:29:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jul 2013 00:29:41 +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: domain of esthercamilo@gmail.com designates 74.125.82.175 as permitted sender) Received: from [74.125.82.175] (HELO mail-we0-f175.google.com) (74.125.82.175) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jul 2013 00:29:35 +0000 Received: by mail-we0-f175.google.com with SMTP id q58so52433wes.34 for ; Tue, 30 Jul 2013 17:29:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ZEhxw7Tks2SE8j2Yd2mtXv/tW9Vav1vSdnMjWpMS/Y4=; b=nDCZp3gfbQm4TnnJkjPDrlWiCS7gB736ZPTpfRPH/Tl7TQSIIu4EtVBaDvIQULxTN3 qIsdkK0WKDu9Mw0zDlQCuBtat27gRXjbynZS6eFmAQOVnC1RP8izIOzG4RNFwEFOQvKm Ceb8wZi734TUUyv4aHZAogLIUfo/8sj/GvXg1CKgz5A2C+XzptsXzHjSNqwl00GJfrKz 9NYYkHDDxq9YVUt2m8nyreQetZHIH/TJWLoNQc8b8KN9O1JwX/ANlOxbys2NSkDdoJPP FheT/j7OxzQyoaZ6ojCS53HQxCaW+JDB0CWRVKrM4EoSXUFcH1XVbawObdMS9qsApLuI GXUg== MIME-Version: 1.0 X-Received: by 10.194.240.169 with SMTP id wb9mr21040534wjc.90.1375230555334; Tue, 30 Jul 2013 17:29:15 -0700 (PDT) Received: by 10.194.163.135 with HTTP; Tue, 30 Jul 2013 17:29:15 -0700 (PDT) Date: Tue, 30 Jul 2013 21:29:15 -0300 Message-ID: Subject: org.apache.commons.math3.optim From: Esther Camilo To: user@commons.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Dear users, I am trying to solve a optimization problem. I found a "Hello World" example for Commons Math 2. But, I would like to use Commons Math 3.2 and I couldn't find any example on how to use this part of the code: PointValuePair solution = null; SimplexSolver solver = new SimplexSolver(); solution = solver.optimize(optData); Specificaly, I don't know what is optData and where I put the constraints. I would appreciate if someone indicate me one "Hello World" example of how to use the org.apache.commons.math3.optim library Best wishes! --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org