Skip to content

Commit

Permalink
Merge pull request #256 from Zinoex/fm/fix_optimization_under_uncerta…
Browse files Browse the repository at this point in the history
…inty_docs

Fix description in Optimization under Uncertainty showcase
  • Loading branch information
ChrisRackauckas authored Nov 29, 2024
2 parents 3b66ab6 + 8b49f99 commit f91287a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/showcase/optimization_under_uncertainty.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ sol.u

## Optimization Under Uncertainty

We now wish to optimize the initial position ($x_0,y_0$) and horizontal velocity ($\dot{x}_0$) of the system to minimize the expected squared miss distance from the star, where $x_0\in\left[-100,0\right]$, $y_0\in\left[1,3\right]$, and $\dot{x}_0\in\left[10,50\right]$. We will demonstrate this using a gradient-based optimization approach from NLopt.jl using `ForwardDiff.jl` AD through the expectation calculation.
We now wish to optimize the initial position ($x_0,y_0$) and horizontal velocity ($\dot{x}_0$) of the system to minimize the expected squared miss distance from the star, where $x_0\in\left[-100,0\right]$, $\dot{x}_0\in\left[1,3\right]$, and $y_0\in\left[10,50\right]$. We will demonstrate this using a gradient-based optimization approach from NLopt.jl using `ForwardDiff.jl` AD through the expectation calculation.

```@example control
using Optimization, OptimizationNLopt, OptimizationMOI
Expand Down

0 comments on commit f91287a

Please sign in to comment.