diff --git a/sim.jl b/sim.jl index c8731c2a121723db9c4e6b523494b664ddf4cdd1..9f1d47f6f79bd4a599d2456377173ed7ba57bcff 100644 --- a/sim.jl +++ b/sim.jl @@ -73,15 +73,15 @@ if !isdir(paths[:model]) end map_folder = paths[:map] -requested = 100 * N -served = 100 * N +requested = 2 * N +served = 2 * N include(paths[:map]*"map.jl") # include(paths[:dispatcher]*"dispatcher.jl") -x, y = getValue(index-1, 0, 100, 20, 3, 10, 10) +x, y = getValue(index-1, 3, 10, 20, 0, 2*t0, 20) println("$x\t$y") random_gens = Dict(:pickup => [:notRandom, y/t0])