Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Nov 14, 2024
1 parent 6f9b2d9 commit 82e11e5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pypesto/optimize/ess/sacess.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,12 @@ def minimize(
Returns
-------
Result object with optimized parameters in
:attr:`pypesto.Result.optimize_result`.
Results are sorted by objective. At least the best parameters are
included. Additional results may be included - this is subject to
change.
_:
Result object with optimized parameters in
:attr:`pypesto.Result.optimize_result`.
Results are sorted by objective. At least the best parameters are
included. Additional results may be included - this is subject to
change.
"""
if startpoint_method is not None:
warn(
Expand Down

0 comments on commit 82e11e5

Please sign in to comment.