Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4215C9C6C for ; Thu, 16 May 2013 14:07:33 +0000 (UTC) Received: (qmail 69129 invoked by uid 500); 16 May 2013 14:07:32 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 69043 invoked by uid 500); 16 May 2013 14:07:32 -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 69033 invoked by uid 99); 16 May 2013 14:07:32 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 May 2013 14:07:32 +0000 Date: Thu, 16 May 2013 14:07:32 +0000 (UTC) From: "Thomas Neidhart (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (MATH-977) Add Halton sequence generator 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-977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated MATH-977: --------------------------------- Attachment: HaltonSequenceGenerator.java Attached an implementation of a HaltonSequenceGenerator. The generator already comes with support for up to 40 dimensions (using the first 40 primes) and performs scrambling as described in the referenced dissertation, using the optimal weight values. Subclasses may override the scrambling method, and users can also provide their own base/weight numbers to support larger dimensions. CM already has a class SmallPrimes which contains the first 512 prime numbers, which could be reused here, but as the class is package private it is not accessible, TBD. > Add Halton sequence generator > ----------------------------- > > Key: MATH-977 > URL: https://issues.apache.org/jira/browse/MATH-977 > Project: Commons Math > Issue Type: New Feature > Reporter: Thomas Neidhart > Attachments: HaltonSequenceGenerator.java > > > Another low-discrepancy sequence generator which is used by Monte-Carlo methods. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira