-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.ini
More file actions
48 lines (43 loc) · 884 Bytes
/
config.ini
File metadata and controls
48 lines (43 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[MODE]
agency_mode = DATA_2019
run_mode = SAMPLE
day_code = WEEKDAY
enable_charging = YES
[CONSTANTS]
dummy_energy = 100000
dummy_cost = 100000
mile_to_m = 1609.34
electric_cost = 0.09602
gas_cost = 2.05
co2_emission_per_kwh = 0.707
co2_emission_per_gallon = 8.887
battery_capacity = 270
pole_performance = 65
default_slot_duration = 1
cp_locations = ['143', '400', '690']
default_dist_tol = 150
default_time_tol = 0.1
max_ev_count = 3
max_gv_count = 50
selected_date = 3/2/2020
random_seed = 0
[SAMPLE_SPECS]
sample_route_min = 5
sample_route_max = 5
sample_route_incr = 1
sample_trip_min = 10
sample_trip_max = 10
sample_trip_incr = 10
battery_capacity = 270
pole_performance = 65
sample_slot_durations = [1.0]
[FULL_SPECS]
full_route_count = 17
full_trip_count = 230
full_slot_duration = 1
[GA]
ga_converge_lmt = 100
mut_break_time_lmt = 4
[IP]
local_dir = .
time_limit = -1