Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Ridepooling_Simulations
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rhaag
Ridepooling_Simulations
Commits
354507b4
Commit
354507b4
authored
2 years ago
by
rhaag
Browse files
Options
Downloads
Patches
Plain Diff
Testing notebooks now seem to work
parent
99d0ed43
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Manifest.toml
+1
-1
1 addition, 1 deletion
Manifest.toml
drive_and_wait/settings.jl
+1
-1
1 addition, 1 deletion
drive_and_wait/settings.jl
init.ipynb
+2
-2
2 additions, 2 deletions
init.ipynb
singleModelAnalysis.ipynb
+96
-228
96 additions, 228 deletions
singleModelAnalysis.ipynb
with
100 additions
and
232 deletions
Manifest.toml
+
1
−
1
View file @
354507b4
...
...
@@ -872,7 +872,7 @@ version = "1.1.3"
[[deps.RidePooling]]
deps
=
[
"Agents"
,
"BenchmarkTools"
,
"DelimitedFiles"
,
"Distributions"
,
"LaTeXStrings"
,
"LinearAlgebra"
,
"Measurements"
,
"Measures"
,
"OpenStreetMapX"
,
"OpenStreetMapXPlot"
,
"Pkg"
,
"PlotlyJS"
,
"Plots"
,
"PolygonOps"
,
"PrettyTables"
,
"Random"
,
"Serialization"
,
"SparseArrays"
]
git-tree-sha1
=
"
26ade5061178cfa5dd84281f66bba5d6665c9a36
"
git-tree-sha1
=
"
022487ecd5c20b478a23fec1b796d226f7465649
"
repo-rev
=
"myopic_earliest_pickup"
repo-url
=
"https://gitlab.gwdg.de/smuehle1/RidePooling/"
uuid
=
"2a705bf3-b16b-4235-81e9-bc2517364992"
...
...
This diff is collapsed.
Click to expand it.
drive_and_wait/settings.jl
+
1
−
1
View file @
354507b4
...
...
@@ -12,7 +12,7 @@ cost = :combined_delays
rejection
=
((
:
any_waiting_time
,
1.
),
(
:
any_relative_detour
,
1.
))
# Only Limit the number of requests to ensure, that all system get exactly the same requests
requested
=
10
000
*
N
requested
=
4
000
*
N
# Random Distribution of dt_earliest_pickup
rng_type
=
:
even
...
...
This diff is collapsed.
Click to expand it.
init.ipynb
+
2
−
2
View file @
354507b4
...
...
@@ -319,7 +319,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Julia 1.7.
1
",
"display_name": "Julia 1.7.
2
",
"language": "julia",
"name": "julia-1.7"
},
...
...
@@ -327,7 +327,7 @@
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.7.
1
"
"version": "1.7.
2
"
}
},
"nbformat": 4,
...
...
This diff is collapsed.
Click to expand it.
singleModelAnalysis.ipynb
+
96
−
228
View file @
354507b4
Source diff could not be displayed: it is too large. Options to address this:
view the blob
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment