Skip to content

Commit

Permalink
Set default maxfeval to 25 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
fivegrant authored Mar 27, 2024
1 parent a31bfb8 commit 164e7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/models/operations/optimize.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class OptimizeExtra(BaseModel):
example=None,
)
maxiter: int = 5
maxfeval: int = 5
maxfeval: int = 25
is_minimized: bool = True
alpha: float = 0.95
solver_method: str = "dopri5"
Expand Down

0 comments on commit 164e7bd

Please sign in to comment.