You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Do a numerical transformation of the probability similar to:
y = exp(−(− ln x)^.5)
iteratively penalize/promote links that have/haven't been selected yet
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:
Do a numerical transformation of the probability similar to:
y = exp(−(− ln x)^.5)
iteratively penalize/promote links that have/haven't been selected yet
Thoughts?
cc: @lmz @bhargavasana
The text was updated successfully, but these errors were encountered: