scipy_optimizer.minimize

scipy_optimizer.minimize(f: callable, **kwargs) optim_results[source]

Minimze the function f using the optimzer’s parameters

Parameters:
  • f (callable) – function to minimize

  • kwargs (dict) – containing parameters to change in the class (:class:PSO_optimizer)

Returns:

results of the optimization

Return type:

optim_results