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

Consider adding an option to artificially inflate lower-probability link probabilities in enumeration to make sure they are enumerated. #140

Open
e-lo opened this issue May 3, 2018 · 0 comments

Comments

@e-lo
Copy link
Member

e-lo commented May 3, 2018

In some (not all) cases, you will want to make sure all your options (even the bad ones) are enumerated. Enumeration is done based on the probabilities calculated in path-finding. Some less likely links don't get selected.

Two ideas:

  1. Do a numerical transformation of the probability similar to:
    y = exp(−(− ln x)^.5)

  2. iteratively penalize/promote links that have/haven't been selected yet

Thoughts?

cc: @lmz @bhargavasana

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant