-
Notifications
You must be signed in to change notification settings - Fork 3
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
Ajustement de frontières #285
base: master
Are you sure you want to change the base?
The head ref may contain hidden characters: "ajustement-de-fronti\u00E8res"
Conversation
hhirtz
commented
Jan 4, 2023
•
edited
Loading
edited
- show a RCB partition as svg
- show where part frontiers intersect
- list of possible moves
- list individual segments
- combine segments together and test imbalance/lambda cut
- derive the imbalance of the partition from the split tree & list imbalance gains
- derive the edge cut from the split tree & list edge cut gains
- derive the lambda cut from the split tree & list lambda cut gains
- show the gains
- get the best gain and make the move
Codecov ReportBase: 43.76% // Head: 44.47% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #285 +/- ##
==========================================
+ Coverage 43.76% 44.47% +0.70%
==========================================
Files 51 51
Lines 8685 8801 +116
==========================================
+ Hits 3801 3914 +113
- Misses 4884 4887 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
from the split tree and test some of these moves. we still need to test segment combinations
23160e3
to
641d9a4
Compare
reworked the lambda cut gain computations and now i cannot find cases where there is a move of positive gain |