Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transcription Doc Typo Fix #265

Merged
merged 1 commit into from
May 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/src/guide/transcribe.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,15 +176,15 @@ following steps:
1. define supports for each infinite parameter if not already defined,
2. add any additional support needed for derivative evaluation,
3. expand any measures according to their underlying numerical representation
using transcribed infinite variables as appropriate,
using transcribed infinite variables as appropriate,
4. replace any remaining infinite variables/derivatives with transcribed
variables supported over each unique combination of the underlying parameter
supports,
5. replace any remaining infinite constraints with transcribed ones supported over
all the unique support combinations stemming from the infinite parameters they
depend on,
all the unique support combinations stemming from the infinite parameters they
depend on,
6. and add on the transcribed versions of the auxiliary derivative evaluation
equations.
equations.

For example, let's consider a space-time optimization problem of the form:
```math
Expand Down