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

Adding Branch and Bound algorithm #13

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Adding Branch and Bound algorithm #13

wants to merge 10 commits into from

Commits on Jul 12, 2017

  1. Configuration menu
    Copy the full SHA
    86ae459 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c8d1ef View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2017

  1. Adding factor to BnB

    Note: has to be added to strategy list
    karelbilek committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    37d2d56 View commit details
    Browse the repository at this point in the history
  2. Using bnb with factors

    karelbilek committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    e04cede View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2017

  1. Handling NaN edge case

    karelbilek committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    2642862 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d806ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    479acad View commit details
    Browse the repository at this point in the history
  4. Adding BnB testing

    karelbilek committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    1b07b04 View commit details
    Browse the repository at this point in the history
  5. Adding BnB fixtures

    karelbilek committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    f11ed41 View commit details
    Browse the repository at this point in the history
  6. Removing useless test

    karelbilek committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    b0f92ab View commit details
    Browse the repository at this point in the history