You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolves#143
This commit adds a `**kwargs` parameter to the `optimize()` method
to pass arguments directly on the objective function. Additional tests
and documentation were also provided.
Committed with @bradahoward
Signed-off-by: Lester James V. Miranda <[email protected]>
Parameterizing Objective Functions
The ability to send parameters into the objective function will provide much more applicability for the project.
Solution
Use
*args
and/or**kwargs
to enable the passing arguments into the objective function.The text was updated successfully, but these errors were encountered: