Skip to content

Commit 8c764d0

Browse files
authored
Merge pull request #802 from htadashi/patch-1
Fix typo in optimal.rst
2 parents 4d89991 + 172cb1a commit 8c764d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/optimal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ If you are getting errors when solving optimal control problems or your
283283
solutions do not seem close to optimal, here are a few things to try:
284284

285285
* Less is more: try using a smaller number of time points in your
286-
optimiation. The default optimal control problem formulation uses the
286+
optimization. The default optimal control problem formulation uses the
287287
value of the inputs at each time point as a free variable and this can
288288
generate a large number of parameters quickly. Often you can find very
289289
good solutions with a small number of free variables (the example above

0 commit comments

Comments
 (0)