Skip to content

Commit

Permalink
Deployed bdcf7f6 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar-Usmani committed Jul 18, 2024
1 parent 4cee2cd commit 6cf8d56
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 12 deletions.
32 changes: 22 additions & 10 deletions define/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,14 @@ <h3 id="parameters">Parameters</h3>
<p>The parameters of a leg are:</p>
<ol>
<li><strong>Name:</strong> The name of the leg</li>
<li><strong>Vehicle:</strong> The vehicle that runs the leg. If this does not correspond
to the <a href="../scenario/#vehicle-name">scenario vehicle name</a>, then the leg is not
declared. Note that when running a
scenario, you select one vehicle, so this is in principle not necessary.
The reason for having this is to allow the user to copy the baseline file
and keep the location definitions that are not used for this scenario but
might be so for another, thereby reducing the need for changes between
scenarios.</li>
<li><strong>Distance:</strong> The distance driven during the leg (in kilometers)</li>
<li><strong>Duration:</strong> How long it takes to drive the leg (in hours)</li>
<li><strong>Hour in day factors:</strong> These factors add a correction to the vehicle
Expand Down Expand Up @@ -207,16 +215,16 @@ <h3 id="parameters_2">Parameters</h3>
a given hour. Note that the hours start at
<a href="../scenario/#day_start_hour">day start hour</a>, not at
midnight.</li>
<li><strong>Leg repetitions:</strong> A list for repetitions for each leg (set at zero
if the leg is not repeated), of the same length as the amount of legs. Note
that if two (or more) consecutive legs have repetitions, then they are
the sequences of legs is repeated. For more detail, see
<a href="#leg-repetitions">here</a>.</li>
<li><strong>Time between repetitions:</strong> A list of times (in hours) between two
repetitions of a leg. Note that the index/position in the list starts at the
<a href="../scenario/#day_start_hour">day start hour</a>, not at midnight.
This allows for things like more frequent
repeats of legs at peak hours, for example.</li>
<li><strong>Repeated sequence:</strong> A list of repeated legs
(which should follow each other) that form a repeated sequence.</li>
<li><strong>Repetition amounts:</strong> How often
the repeated sequence is repeated. This is a list, with one value per leg
repetition (the nth element corresponds to the nth appearance of
the sequence in the leg list).</li>
<li><strong>Time between repetitions:</strong> The time between repetitions of each
repeated sequence (in hours). This is a list, with one value per leg
repetition (the nth element corresponds to the nth appearance of
the sequence in the leg list).</li>
</ol>
<h3 id="mobility-matrix">Mobility matrix</h3>
<p>The main aim of the trip initialization/declaration is to create a mobility
Expand Down Expand Up @@ -259,6 +267,10 @@ <h3 id="mobility-matrix">Mobility matrix</h3>
driven by vehicles arriving to the end location at a given hour, having
started at the start location. This is given
by the arrivals amount times the weighted distance.</p>
<p>The model also produces a version of this mobility matrix for the whole
run (which is essentially a copy of the above matrix). This run
mobility matrix is the mobility matrix if the trip had a probability of 1
for the whole run.</p>
<h4 id="leg-repetitions">Leg repetitions</h4>
<p>Is repeat of leg or two legs????
[0, 5, 5, 0]
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,5 @@ <h1 id="chaproev">ChaProEV</h1>

<!--
MkDocs version : 1.6.0
Build Date UTC : 2024-07-18 11:26:46.136194+00:00
Build Date UTC : 2024-07-18 16:59:39.646854+00:00
-->
5 changes: 5 additions & 0 deletions scenario/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@
<li class="toctree-l3"><a class="reference internal" href="#day_start_hour">day_start_hour</a>
</li>
<li class="toctree-l3"><a class="reference internal" href="#day_types">day_types</a>
</li>
<li class="toctree-l3"><a class="reference internal" href="#trips_per_day_type">trips_per_day_type</a>
</li>
</ul>
</li>
Expand Down Expand Up @@ -168,6 +170,9 @@ <h3 id="day_start_hour">day_start_hour</h3>
the Thursday before and are as such on a week day
(as opposed to a weekend day).</p>
<h3 id="day_types">day_types</h3>
<h3 id="trips_per_day_type">trips_per_day_type</h3>
<p>For vehicles other than cars, we assume that there is one trip per day type.
This is where we match the trips to their day type</p>
<h2 id="transport_factors">transport_factors</h2>
<h3 id="road_types">road_types</h3>
<h3 id="weights">weights</h3>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 6cf8d56

Please sign in to comment.