Skip to content

Commit

Permalink
Rename tranquilo.py to tranquilo_optimizers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
timmens committed Aug 12, 2023
1 parent 86bc28a commit e185438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/estimagic/algorithms.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
scipy_optimizers,
simopt_optimizers,
tao_optimizers,
tranquilo,
tranquilo_optimizers,
)

MODULES = [
Expand All @@ -27,7 +27,7 @@
bhhh,
neldermead,
pounders,
tranquilo,
tranquilo_optimizers,
]

ALL_ALGORITHMS = {}
Expand Down
File renamed without changes.

0 comments on commit e185438

Please sign in to comment.