Commit e39d5d1
committed
refactor(mmm): rename optimize_budget **minimize_kwargs to **allocate_budget_kwargs
The variadic on BudgetOptimizerWrapper.optimize_budget relays every
keyword to BudgetOptimizer.allocate_budget, not only the scipy
minimize options, so the previous name was misleading (callers could
end up passing minimize_kwargs={...} inside **minimize_kwargs).
Closes #16601 parent 1a1d062 commit e39d5d1
1 file changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3681 | 3681 | | |
3682 | 3682 | | |
3683 | 3683 | | |
3684 | | - | |
| 3684 | + | |
3685 | 3685 | | |
3686 | 3686 | | |
3687 | 3687 | | |
| |||
3732 | 3732 | | |
3733 | 3733 | | |
3734 | 3734 | | |
3735 | | - | |
3736 | | - | |
| 3735 | + | |
| 3736 | + | |
| 3737 | + | |
| 3738 | + | |
3737 | 3739 | | |
3738 | 3740 | | |
3739 | 3741 | | |
| |||
3782 | 3784 | | |
3783 | 3785 | | |
3784 | 3786 | | |
3785 | | - | |
| 3787 | + | |
3786 | 3788 | | |
3787 | 3789 | | |
3788 | 3790 | | |
| |||
0 commit comments