Skip to content

Commit 0237860

Browse files
authored
Merge pull request kodecocodes#907 from TRGoCPftF/Simulated-Annealing-Fix
Update simann_example.swift
2 parents 942064d + b513c03 commit 0237860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Simulated annealing/simann_example.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ extension Tour {
138138
}
139139

140140
func shuffle() {
141-
self.shuffle()
141+
self.tour.shuffle()
142142
}
143143
}
144144

0 commit comments

Comments
 (0)