8000 Merge pull request #907 from TRGoCPftF/Simulated-Annealing-Fix · Gengpp/swift-algorithm-club@0237860 · GitHub
[go: up one dir, main page]

Skip to content < 8000 link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/keyboard-shortcuts-dialog.f8fba3bd67fe74f9227b.module.css" />

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)
0