PyFrankWolfePlugin.CFrankWolfeParams

class CFrankWolfeParams

Inheritance diagram of PyFrankWolfePlugin.CFrankWolfeParams

Synopsis

Methods

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

class fwMethod
__init__()
getFrankWolfeMethod()
Return type:

fwMethod

getMaxIterations()
Return type:

int

getMaxRelativeGap()
Return type:

float

setFrankWolfeMethod(_method)
Parameters:

_methodfwMethod

setMaxIterations(_iterations)
Parameters:

_iterations – int

setMaxRelativeGap(_gap)
Parameters:

_gap – float