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

Separated the logic of branch and bound search #97

Merged
merged 30 commits into from
Mar 7, 2019

Commits on Feb 23, 2019

  1. Configuration menu
    Copy the full SHA
    25d8c42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1971585 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff6c672 View commit details
    Browse the repository at this point in the history
  4. Parametrize RootSearchState on container type

    Allow to have type predictability for the full iteration cycle.
    Kolaru committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    cc37cf2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9837a6e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6750f2c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e32f1a View commit details
    Browse the repository at this point in the history
  8. Rework roots interface to allow choosing a strategy

    - Introduce default strategies
    - Rework interface to allow using them
    - Changes break tests for complex Krawczyk method which expectation has been lowered
    Kolaru committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    828aefd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f9fa542 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b710b53 View commit details
    Browse the repository at this point in the history
  11. Introduce BBSearch iterator

    Kolaru committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    61f249a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1c160c9 View commit details
    Browse the repository at this point in the history
  13. Solve bugs for 1D roots

    Kolaru committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    d06d711 View commit details
    Browse the repository at this point in the history
  14. Update to 0.7

    Kolaru committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    ab14c2a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8cbb7f7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c1dc40e View commit details
    Browse the repository at this point in the history
  17. Fix Krawczyk 2D bug

    Kolaru committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    5f5fcf5 View commit details
    Browse the repository at this point in the history
  18. Fix RootSearch tests

    Kolaru committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    65b5754 View commit details
    Browse the repository at this point in the history
  19. Add doc and use better name

    Kolaru committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    5f40f0d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0f71673 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5790f7c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    429cedb View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    16afcea View commit details
    Browse the repository at this point in the history
  24. Fix rebase issues

    Kolaru committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    44f8a0c View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

  1. Split leaves and nodes

    Kolaru committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    46dea20 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. Complete BB docstrings

    Kolaru committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    102aa0b View commit details
    Browse the repository at this point in the history
  2. Finalize simple example

    Kolaru committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    e45b06b View commit details
    Browse the repository at this point in the history
  3. Add tests

    Kolaru committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    cc2f006 View commit details
    Browse the repository at this point in the history
  4. Correct struct def in tests

    Kolaru committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    063be9e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Drop 0.7 support.

    Kolaru committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    864a337 View commit details
    Browse the repository at this point in the history