Skip to content
Snippets Groups Projects
Commit 73ffcd6c authored by jezozwierzak's avatar jezozwierzak
Browse files

fixed anneal

parent cc2ce37c
Branches
No related merge requests found
......@@ -58,7 +58,7 @@ class AnnealOptimalizer():
return result
#Obliczenie temperatury początkowej
def tempestimation():
def tempestimation(self):
vector = self.a_vector
iterations = 100 #ilosc iteracji symulacji
sum = 0
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment