Skip to content

Commit

Permalink
Merge pull request #375 from Peter230655/betts-10-7
Browse files Browse the repository at this point in the history
make docstrings as per #348
  • Loading branch information
moorepants authored Feb 22, 2025
2 parents 810f066 + 5267857 commit d5eec7f
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 d5eec7f

Please sign in to comment.