Skip to content

Commit

Permalink
Doc: Cross-reference fides options documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Oct 25, 2023
1 parent f71b006 commit 264654c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
None,
),
'amici': ('https://amici.readthedocs.io/en/latest/', None),
'fides': ('https://fides-optimizer.readthedocs.io/en/latest/', None),
}

bibtex_bibfiles = ["using_pypesto.bib"]
Expand Down
7 changes: 4 additions & 3 deletions pypesto/optimize/optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1215,10 +1215,11 @@ def __init__(
Parameters
----------
options:
Optimizer options.
Optimizer options. See :meth:`fides.minimize.Optimizer.minimize`
and :class:`fides.constants.Options` for details.
hessian_update:
Hessian update strategy. If this is None, a hybrid approximation
that switches from the problem.objective provided Hessian (
Hessian update strategy. If this is ``None``, a hybrid approximation
that switches from the ``problem.objective`` provided Hessian (
approximation) to a BFGS approximation will be used.
"""
super().__init__()
Expand Down

0 comments on commit 264654c

Please sign in to comment.