Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This algorithm is primarily designed for live loops. It is possible to use this algorithm for race routes but it may take a very long time to simulate/optimize and future data (like weather) may not be as accurate. Because this is a live algorithm, it is best for short routes using immediate future data (a few hours in advance)

Goals/Sub-projects

  1. Loop specifics (What actions for the driver to take and when)

  2. Binary decision (on whether or not we should do the loop)

...

Types of variables that each type of data can have. If some data can be calculated/derived by some other data, it will be noted in parathesis.

Input Data

  • Start Initial time

  • Initial elevation

Segment Data

  • a

Loop Data

  • a

Variable Data

  • a

Output Data

  • Ending Final time

  • Final elevation

How to calculate/derive data

...