Skip to content
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

Implement a single length penalty in the capacity function #25

Open
danoan opened this issue Apr 30, 2021 · 0 comments
Open

Implement a single length penalty in the capacity function #25

danoan opened this issue Apr 30, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@danoan
Copy link
Owner

danoan commented Apr 30, 2021

Currently, the length component is only computed at the validation step. No length component is considered in the computation of the minimum cut.

This improvement aims to implement a very simple length penalization component in the capacity function, by simply adding a constant (weigthed by the length penalization parameter alpha) in the capacity function of each edge.

Ideally, we should use a convergent estimator, such as the one proposed by Boykov.

@danoan danoan added the enhancement New feature or request label Apr 30, 2021
@danoan danoan added this to the v1.0 milestone Apr 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant