-
Notifications
You must be signed in to change notification settings - Fork 63
Cannot pass function arguments. #26
Copy link
Copy link
Open
Description
Hello Paul.
Is it possible to pass function arguments to the solver?
For example, my function is defined as:
def func(x,*parms):
And then with the scipy minimize I can pass the parameters with the args= argument:
minimize(func, Initial_Guesses, method = 'SLSQP', bounds = Bounds, args=Parms )
I looked at the code but did not see a way to pass this argument.
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels