Skip to content

Commit e85a44b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 85fa7ad commit e85a44b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

searches/simulated_annealing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def simulated_annealing(
3434
start_temperate: the initial temperate of the system when the program starts.
3535
rate_of_decrease: the rate at which the temperate decreases in each iteration.
3636
threshold_temp: the threshold temperature below which we end the search
37-
37+
3838
Returns:
3939
A search state having the maximum (or minimum) score.
4040

0 commit comments

Comments
 (0)