-
Notifications
You must be signed in to change notification settings - Fork 110
FP as a local search #258
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
FP as a local search #258
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few comments :) Thanks a lot for the great work Akif! Awesome to see further quality improvements
Additionally: Shouldn't this PR be merged to the branch-25.10 branch instead?
I'll approve once this is confirmed
aliceb-nv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving, thanks for the great work Akif!
|
GREAT work @akifcorduk |
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
|
/merge |
This PR adds a new local search operator: FP with objective cutoff.
We were using FP as a means of solution generation algorithm. Now we are also using it as a local search by adding a cutting plane at the current fesible point perpendicular to the objective. We rerun FJ at this point to have a different restart point and continue the FP search with the cutting plane added.
This on brings down the average optimality gap by 1-2%.