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

Global support for Borderlines penalizer #17

Open
jara001 opened this issue Dec 13, 2021 · 2 comments
Open

Global support for Borderlines penalizer #17

jara001 opened this issue Dec 13, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@jara001
Copy link
Owner

jara001 commented Dec 13, 2021

Penalizer 'Borderlines' from #15 was added in 895526f. However, it works only with following settings:

  • Optimizer is set to Matryoshka.
  • Optimizer's use_borderlines is set to True.
  • Segmentator is set to Flood Fill.

It opposes the design of algorithms, this should be supported everywhere!

@jara001 jara001 added the bug Something isn't working label Dec 13, 2021
@jara001
Copy link
Owner Author

jara001 commented Dec 13, 2021

As of 97ca336 Borderlines penalizer works for both Braghin and Matryoshka. However, there is still one limitation:

  • Used segmentator have to create a discrete map.

Therefore, euclidean segmentator is not supported now.

@jara001
Copy link
Owner Author

jara001 commented Dec 14, 2021

Note, that even though Braghin does not require segmentator, it is needed in order to obtain the discrete map.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant