Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes VanDerCorputSampleGenerator to include goal. #304

Merged
merged 3 commits into from
May 10, 2016
Merged

Commits on Apr 29, 2016

  1. Changes VanDerCorputSampleGenerator to include goal.

    This refactors VanDerCorputSampleGenerator to include the start
    and end (goal) values as the first two samples to be checked,
    followed by the discretized intermediate checks within the
    interval range.
    
    This is an alternate way to address #297 and #303, but avoids
    the non-termination problem introduced in #303 by simplifying
    the generator loop.  The resulting output is identical to the
    expected output of #303.
    psigen committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    83b6930 View commit details
    Browse the repository at this point in the history
  2. Quick bugfix for very small intervals.

    Fixes non-termination issue in sampling loop.
    psigen committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    aa30a2a View commit details
    Browse the repository at this point in the history

Commits on May 9, 2016

  1. Updated unit tests to match new output.

    After examining the differences between the sequences, I think that
    these outputs are consistent with the intent of the new generator.
    psigen committed May 9, 2016
    Configuration menu
    Copy the full SHA
    9a54c04 View commit details
    Browse the repository at this point in the history