WillClfrd / ai_learning_site

Site developed to help illustrate the processes behind some different types of intelligent agent algorithms.
1 stars 0 forks source link

Edge deletion bug - UCS #1

Open WillClfrd opened 3 months ago

WillClfrd commented 3 months ago

Edges endpoints that are stacked on top of each other are sometimes deleted when attempting to select one of the points. Unsure of cause. Which edge gets deleted seems to not really follow a pattern, but is replicable (ie. in a given circumstance the same edges are deleted every time)

WillClfrd commented 3 months ago

Probably the same bug results in the deletion of nodes when they are selected while being on top of each other. Needs to be resolved.