Explorar o código

use only 5% speed increase -> more realistic

Sven Czarnian %!s(int64=3) %!d(string=hai) anos
pai
achega
8277721edb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      aman/sys/aco/Node.py

+ 1 - 1
aman/sys/aco/Node.py

@@ -179,8 +179,8 @@ class Node:
 
                 # calculate average speed gain
                 avgSpeed = trackmiles / (flightTime.total_seconds() / 3600.0)
-                avgSpeedIncrease = avgSpeed * 1.10
                 avgSpeedDecrease = avgSpeed * 0.80
+                avgSpeedIncrease = avgSpeed * 1.05
                 decreasedSpeedFlighttime = (trackmiles / avgSpeedDecrease) * 3600.0 # given in seconds
 
                 # calculate shortcut gain and add 15 miles for final and base turn