Introduce PyVRP commits into branch. #1
Closed
FormelessPuppy41 wants to merge 3 commits intoFeatReq_PWL_impl_no_unit_costsfrom
Closed
Introduce PyVRP commits into branch. #1FormelessPuppy41 wants to merge 3 commits intoFeatReq_PWL_impl_no_unit_costsfrom
FormelessPuppy41 wants to merge 3 commits intoFeatReq_PWL_impl_no_unit_costsfrom
Conversation
* Add ILS callbacks: on_start, on_end, on_restart, on_iteration, and on_best * Add tests * Make the docs look nice
* Implement piecewise linear function class * Add tests * Require full domain range * Fix docs and tests --------- Co-authored-by: Niels Wouda <N-Wouda@users.noreply.github.com>
Owner
Author
|
@copilot what happened? I wanted to add the changed that had been made in pyvrp:main into this branch. But now it fails. |
|
@FormelessPuppy41 I've opened a new pull request, #2, to work on those changes. Once the pull request is ready, I'll request review from you. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR introduces the commits from PyVRP::main into my fork.