Skip to content

Commit

Permalink
Merge branch 'master' into dp/jacobian-batched-vmap
Browse files Browse the repository at this point in the history
  • Loading branch information
dpanici authored Sep 26, 2024
2 parents 15d95f1 + 8419b4d commit 3e99510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/adding_objectives.rst
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ when instantiating an Objective objective to modify the objective cost in order
the objective to your desired purpose. For example, the DESC ``RotationalTransform``
objective with ``target=iota_target`` by default forms the residual by taking the target
and subtracting it from the profile at the points in the grid, resulting in a residual
of the form :math:`\iota_{err} = \sum_{i} (\iota_i - iota_target)^2`, i.e. the residual
of the form :math:`\iota_{err} = \sum_{i} (\iota_i - iota_{target})^2`, i.e. the residual
is the sum of squared pointwise error between the current rotational transform profile
and the target passed into the objective. If the desired objective instead is to
optimize to target an average rotational transform of `iota_target`, we can adapt the
Expand Down

0 comments on commit 3e99510

Please sign in to comment.