Skip to content

Commit

Permalink
make docstrings as per csu-hmc#348
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter230655 committed Feb 22, 2025
1 parent 0c107e4 commit 5267857
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions examples-gallery/beginner/plot_betts_10_7.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,21 @@
Hypersensitive Control
======================
This is example 10.7 from [Betts2010]_ and demonstrates working with a single
differential equation.
Objectives
----------
- Show how ``opty`` works with a single differential equation.
- Shows how one can improve the accuracy by looking at the solution and changing
parameters accordingly. (Here the solution is constant except near the
beginning and near the end, so reducing the running time increases the
accuracy, without having to resort to more nodes.)
Introduction
------------
This is example 10.7 from [Betts2010]_. As explained there, it was selected to
be a very sensitive control problem.
**States**
Expand Down

0 comments on commit 5267857

Please sign in to comment.