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

fixed anneal

parent cc2ce37c
No related branches found
No related tags found
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment