Replies: 2 comments 1 reply
-
Hi @AlfredoJF , Good question. There is this thread: #780. I suspect the use of grad in scipy optimizer will have some improvements. The initial guess kwargs should be available in the Carlos is currently working on this PR #1151 which will make some changes which might include a speed up. Feel free to comment in the PR if you have thoughts |
Beta Was this translation helpful? Give feedback.
-
Thanks @wd60622! Unfortunately, What about setting different params for Might these settings improve the processing time without compromising the allocation? Have we tried before? minimize_kwargs = {
"method": "SLSQP",
"options": {"ftol": 1e-6, "maxiter": 500},
} @carlosagostini Keen to explore this in the meantime grad and PR #1151 are merged. |
Beta Was this translation helpful? Give feedback.
-
Is there a recommended way to speed up the budget optimizer within pymc-marketing?
I know that providing good initial guesses is beneficial, but has anyone else done something in this space besides that?
Beta Was this translation helpful? Give feedback.
All reactions