ScipyBoundedMinimize : recompilation of function to minimize at each instantiation? #220
Unanswered
jecampagne
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Here a simple snippet:
which leads to
Is it foreseen that there is a compilation of
test
for each instantiation ofScipyBoundedMinimize
? that is to say to avoid recompilation then the user should use a singlejscMin
?The use-case is that, one needs sometimes to use different initial start to proceed to a choice of best parameters, so calling several times
ScipyBoundedMinimize
could have an overhead simply due to recompilation of the user function to minimize (heretest
but could be dramatically more complicated).Any hint to optimize better ? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions