Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jafagervik committed Apr 20, 2024
1 parent 427271a commit e3fb677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/algorithms/sa.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ function SA(
α::Real=0.99
)
fx = Inf
best_ind = copy(population) # Initialize the best individual
T = T₀ # Initialize the temperature
best_ind = copy(population)
T = T₀

runtime = @elapsed begin
for _ in 1:k_max
Expand Down

0 comments on commit e3fb677

Please sign in to comment.