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

Reparameterize section #220

Merged
merged 5 commits into from
Oct 27, 2014
Merged

Reparameterize section #220

merged 5 commits into from
Oct 27, 2014

Commits on Oct 11, 2014

  1. Work in progress

    fryguybob committed Oct 11, 2014
    Configuration menu
    Copy the full SHA
    ba4ebb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2014

  1. Merge with master

    fryguybob committed Oct 17, 2014
    Configuration menu
    Copy the full SHA
    50e6227 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2014

  1. Fix SegTree section

    We fix this by introducing splitAtParam' which results in the split
    halves as well as mappings from the original parameter space, to the
    space of the split SegTrees.  This mapping can be used by section to
    find the right place to make the second split.  Some work still needs to
    be done to make splitAtParam' behave sensibly for parameters outside the
    range and we should decide if we should include splitAtParam' in the
    class as it could be useful in general.  Finally, we should consider if
    we want to bake the mapping into the SegTree data structure to make
    the split parameter space behave linearly.
    fryguybob committed Oct 19, 2014
    Configuration menu
    Copy the full SHA
    627fe26 View commit details
    Browse the repository at this point in the history
  2. Remove shadow warning...

    fryguybob committed Oct 19, 2014
    Configuration menu
    Copy the full SHA
    62a9344 View commit details
    Browse the repository at this point in the history
  3. Remove unused function.

    fryguybob committed Oct 19, 2014
    Configuration menu
    Copy the full SHA
    d67f581 View commit details
    Browse the repository at this point in the history