FW.run¶
- FW.run(callback=None, **kw) None[source]¶
Run the Frank-Wolfe algorithm.
- Parameters
- callbackcallable, optional
Called after each iteration with the signature
callback(res), whereresis aOptimizeResult.- kwkeyword arguments
Further options, see FWConfig.
- Returns
- resOptimizeResult
The optimization result represented as a
OptimizeResultobject. TODO-PJ: which attributes.
See also
FWConfigOptions accepted by the solver.
scipy.optimize.OptimizeResultDetails on the optimization result.