Skip to content

Commit

Permalink
Mark simopt-astrodf as global optimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
timmens committed Oct 25, 2023
1 parent 22821bb commit 99ecbc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/estimagic/optimization/simopt_optimizers.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def simopt_adam(
primary_criterion_entry="value",
needs_scaling=True,
is_available=IS_SIMOPT_INSTALLED,
is_global=True,
)
def simopt_astrodf(
criterion,
Expand Down

0 comments on commit 99ecbc2

Please sign in to comment.