added square euclidean at the dismay of many theoretical mathematicians (it's inadmissible) (but it's really fast)

This commit is contained in:
2026-05-14 11:06:48 -05:00
parent 754ea5bd18
commit 9ac99cf488
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -299,7 +299,7 @@ func main() {
toolDropdownOpen := false
var tex texSync // GPU uploads: partial rects while painting; full after path resets
heuristicOptions := []string{"Manhattan", "Euclidean", "Chebyshev"}
heuristicOptions := []string{"Manhattan", "Euclidean", "Chebyshev", "Squared Euclidean"}
heuristicOptionsText := strings.Join(heuristicOptions, ";")
activeHeuristic := int32(0)
heuristicDropdownOpen := false