Skip to content
Snippets Groups Projects
Commit 329bc579 authored by rhaag's avatar rhaag
Browse files

current version

parent b6ff54d3
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ dispatchers_ν_80 = DataFrame([
(map= (:star_grid_map,(32,32)), N_bus = 10, cost = :combined_delays, rejection_criterion = ((:any_waiting_time, 0.35), (:any_relative_detour, 1.)), ν= 10.628969520905192),
(map= (:star_grid_map,(32,32)), N_bus = 10, cost = :combined_delays, rejection_criterion = ((:any_waiting_time, 0.5), (:any_relative_detour, 0.5)), ν= 16.452499904510834),
(map= (:star_grid_map,(32,32)), N_bus = 10, cost = :combined_delays, rejection_criterion = ((:any_waiting_time, 1.), (:any_relative_detour, 0.5)), ν= 17.72802734375),
(map= (:star_grid_map,(32,32)), N_bus = 10, cost = :combined_delays, rejection_criterion = ((:any_waiting_time, 1.), (:any_relative_detour, 1.)), ν = 23.058606400744605),
(map= (:star_grid_map,(32,32)), N_bus = 10, cost = :combined_delays, rejection_criterion = ((:any_waiting_time, 1.), (:any_relative_detour, 1.)), ν = 20.4378465809477),
#(map= (:star_grid_map,(32,32)), N_bus = 10, cost = :combined_trajectory, rejection_criterion = ((:any_relative_delay, 2),), ν = 18.517258102635545),
(map= (:star_grid_map,(32,32)), N_bus = 10, cost = :combined_trajectory, rejection_criterion = ((:any_waiting_time, 1.,), (:any_relative_detour, 0.5)), ν = 18.113527765908774),
(map= (:star_grid_map,(32,32)), N_bus = 10, cost = :combined_trajectory, rejection_criterion = ((:any_waiting_time, 1.,), (:any_relative_detour, 1.)), ν = 20.638684131196953),
......
......@@ -9,7 +9,7 @@ N = 10
seed = 42
map = (:star_grid_map, (32,32))
cost = :combined_delays
rejection = ((:any_waiting_time, 1.), (:any_relative_detour, 1.))
rejection = ((:any_waiting_time, 0.35), (:any_relative_detour, 1.))
# Only Limit the number of requests to ensure, that all system get exactly the same requests
requested = 10000 * N
......@@ -25,7 +25,7 @@ cost_idle_weight_range = (0.1, 10, ylen) #TODO Logarithmisch
resubmission_time_factor_range = (0.5, 1.5, ylen)
#Range for dt_ealiest_pickup
dt_earliest_pickup_range = (0, 1.5, xlen)
dt_earliest_pickup_range = (1.51, 3., xlen)
#= Values I want to calculate for every model
......
......@@ -4,7 +4,7 @@
#$ -cwd
#$ -q grotrian.q
#$ -j yes
#$ -N anywt1_anydt01
#$ -N anywt035_anydt01
#$ -t 1-1600
#$ -tc 400
......
This diff is collapsed.
......@@ -76,7 +76,7 @@ end
println("$index\tΔt: $dt_earliest_pickup\tRequest Type: $request_type\t and: $(model.request_type)")
# Save Model
RP.savemodel(modelPath*"$(lpad(index, 5, "0")).model",model;route_matrix=false)
RP.savemodel(modelPath*"$(lpad(index+1600, 5, "0")).model",model;route_matrix=false)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment