-
Notifications
You must be signed in to change notification settings - Fork 42
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 Node Finalizer #568
Conversation
Codecov Report
@@ Coverage Diff @@
## master #568 +/- ##
==========================================
- Coverage 85.58% 85.58% -0.01%
==========================================
Files 47 47
Lines 4801 4834 +33
==========================================
+ Hits 4109 4137 +28
- Misses 692 697 +5
Continue to review full report at Codecov.
|
…e function called node finalizer
src/Algorithm/conquer.jl
Outdated
# ParameterisedNodeFinalizer | ||
#################################################################### | ||
|
||
struct ParameterisedNodeFinalizer |
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.
Can we call it NodeFinalizer
or ConquerPostProcessor
?
Include a new custom algorithm, called node finalizer, that may conquer the node and/or find new feasible solutions. Some code let in the test function should still be encapsulated into additional API functions for a more user-friendly interface.