public class EndCriteria extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EndCriteria.Type |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
protected |
EndCriteria(long cPtr,
boolean cMemoryOwn) |
|
EndCriteria(long maxIteration,
long maxStationaryStateIterations,
double rootEpsilon,
double functionEpsilon,
double gradientNormEpsilon) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(EndCriteria obj) |
boolean |
getValue(long iteration,
SWIGTYPE_p_std__size_t statState,
boolean positiveOptimization,
double fold,
double normgold,
double fnew,
double normgnewx,
SWIGTYPE_p_EndCriteria__Type ecType) |
protected EndCriteria(long cPtr,
boolean cMemoryOwn)
public EndCriteria(long maxIteration,
long maxStationaryStateIterations,
double rootEpsilon,
double functionEpsilon,
double gradientNormEpsilon)
protected static long getCPtr(EndCriteria obj)
public void delete()
public boolean getValue(long iteration,
SWIGTYPE_p_std__size_t statState,
boolean positiveOptimization,
double fold,
double normgold,
double fnew,
double normgnewx,
SWIGTYPE_p_EndCriteria__Type ecType)
Copyright © 2017. All rights reserved.