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
The "missing region penalty" (step.rs) should be proportional to the distance each shape is from the required region existing. Among other improvements, this would allow shapes to rotate to get closer to one another.
Currently, I just move their centers closer together, which often just causes them to thrash against added error in other regions, and not converge.
Training examples starting from the "Disjoint" layout is one way to see this in action:
disjoint-variant-callers.mp4
The text was updated successfully, but these errors were encountered:
The "missing region penalty" (
step.rs
) should be proportional to the distance each shape is from the required region existing. Among other improvements, this would allow shapes to rotate to get closer to one another.Currently, I just move their centers closer together, which often just causes them to thrash against added error in other regions, and not converge.
Training examples starting from the "Disjoint" layout is one way to see this in action:
disjoint-variant-callers.mp4
The text was updated successfully, but these errors were encountered: