Parameter base class for the iterative solver algorithm
More...
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
Constructs the parameter base class of the iterative solver algorithm
- Parameters
-
function_ | Objective function represented as sum of functions |
nIterations_ | Maximal number of iterations of the algorithm |
accuracyThreshold_ | Accuracy of the algorithm. The algorithm terminates when this accuracy is achieved |
optionalResultReq_ | Flag indicating if algorithm-specific result data generation is needed |
batchSize_ | Batch size |
- Variant 2
Constructs an Parameter by copying input objects and parameters of another Parameter
- Parameters
-
other | An object to be used as the source to initialize object |
Checks the correctness of the parameter
- Returns
- Status of computations
Accuracy of the algorithm. The algorithm terminates when
Objective function represented as sum of functions
Maximal number of iterations of the algorithm
optionalResultRequired = ... |
|
static |
Indicates whether optional result is required
The documentation for this class was generated from the following file: