-
Notifications
You must be signed in to change notification settings - Fork 1
BREAKING CHANGE: Add batch-wise cost estimation #152
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
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
0c20111
First sketch of a backwards-compatible API that allows for batch-wise…
ll-nick 0d5d6b1
Move costEstimator into the costArbitrator
ll-nick b46a924
Adjust library tests to changed interface
ll-nick 7881a40
Simplify the CostArbitrator internals
ll-nick 28ed87b
Break large function in two
ll-nick 64a02fb
Adjust bindings
ll-nick 37c3816
Adjust typing stub
ll-nick 6dd3cbf
Adjust python tests
ll-nick 3ce616a
Fix demo
ll-nick 6a98490
Add unit test for batch-wise cost estimation
ll-nick 036160a
No real need to keep the costEstimator as a class member anymore
ll-nick 9340b70
Update tutorial
ll-nick c8894e8
Add some documentation to the cost estimator types
ll-nick a2abab0
Add a default argument for the cost estimator and swap the argument o…
ll-nick 248bd4e
Adjust python bindings to new cost arbitrator constructor
ll-nick 241b6b5
Adjust constructor in tests and demo
ll-nick 21da92a
Fix potential undefined behavior in test dummy
ll-nick 9fc9333
Add an early return if there are less than two options and no sorting…
ll-nick acc36e4
Adjust tests
ll-nick 87a3700
Refactor function to keep the same level of abstraction
ll-nick bd95196
Rename DefaultCostEstimator to PlaceboCostEstimator
ll-nick 6214c37
Add a couple of missed types
ll-nick 4060019
Fix ambiguous default constructor
ll-nick d0e0f62
Add tests for default constructor/placebo estimator
ll-nick 2660d25
Fix argument order in tutorial code snippet
ll-nick 2c19003
Fix potential exceptions in test dummy
ll-nick File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.