jarjonam 6 vuotta sitten
vanhempi
commit
5fa21bdb12
2 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. BIN
      project-ja618.pdf
  2. 1 1
      run_simulated_annealing.py

BIN
project-ja618.pdf


+ 1 - 1
run_simulated_annealing.py

@@ -14,7 +14,7 @@ import datetime
 from simulation import Simulation, Galaxy
 
 T = .25 # Initial tempreature
-STEPS = 0
+STEPS = 1500
 DECAY = .998 # Exponential decay factor
 
 def simToBitmap(sim, theta, phi, view, scale, x, y, galaxy):