public class LbfgsOptions extends CASGeneratedActionOptions
Modifier and Type | Class and Description |
---|---|
static class |
LbfgsOptions.LINESEARCHMETHOD |
CASActionOptions.EnumValue, CASActionOptions.FORMAT
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
KEY_LINESEARCHMETHOD |
static java.lang.String |
KEY_NUMCORRECTIONS |
FLAGS_EXPAND_ARRAYS, FLAGS_IGNORE_DISPOSITION_ERROR, FLAGS_RETURN_RESULTS_ON_EXCEPTION, FLAGS_SKIP_ACTION_EVENTS, FLAGS_SKIP_RESULTS, HIDDEN_PASSWORD, JSON_NULL, LUA_NIL, PARAMETER_FLAG_ISPASSWORD, PARAMETER_FLAG_ISPATH, PARAMETER_FLAG_ISTABLENAME, PARAMETER_FLAG_ISVAR, PARAMETER_FLAG_REQUIRED, PYTHON_NULL, SERIALIZED_PREFIX
Constructor and Description |
---|
LbfgsOptions() |
LbfgsOptions(CASActionOptions options) |
Modifier and Type | Method and Description |
---|---|
LbfgsOptions.LINESEARCHMETHOD |
getLineSearchMethod() |
java.lang.Long |
getNumCorrections() |
java.lang.Object |
getServerDefaultValue(java.lang.String key)
Gets the server default value, if known.
|
LbfgsOptions |
setLineSearchMethod(LbfgsOptions.LINESEARCHMETHOD value)
Sets the value of parameter 'lineSearchMethod': specifies Line-search algorithms used in LBFGS solver.
|
LbfgsOptions |
setNumCorrections(java.lang.Long value)
Sets the value of parameter 'numCorrections': specifies the number of corrections used in the LBFGS update.
|
addActionFlags, addParameterFlag, appendValue, checkForPasswords, clear, containsKey, containsValue, convertToEnumArray, copy, deserialize, entrySet, equals, findOptionsClass, findSetter, get, getActionFlags, getActionName, getActionResponseEventListener, getActionResultEventListener, getActionSetName, getCASClient, getClassName, getDebugOptions, getDispositionEventListener, getFullyQualifiedActionName, getLogEventListener, getLogMessage, getMessageOutputStream, getMessageTagHandler, getParameter, getParameterAsBoolean, getParameterAsByteArray, getParameterAsDouble, getParameterAsDoubleArray, getParameterAsInteger, getParameterAsIntegerArray, getParameterAsLong, getParameterAsLongArray, getParameterAsString, getParameterAsStringArray, getParameterFlags, getParameterIgnoreCase, getParameterIgnoreCase, getParameterKeys, getPerformanceEventListener, getPropertyKey, getSessionID, getUserProperty, getUserPropertyKeys, hashCode, invoke, isEmpty, isFlagSet, isMap, isParameterFlagSet, isPassword, isPath, isRequired, isTable, isVariable, keySet, put, putAll, putAllDeep, putDeep, putDeep, quoteIfNotNull, remove, removeParameter, set, setActionFlags, setActionName, setActionResponseEventListener, setActionResultEventListener, setActionSetName, setCASClient, setDebugOptions, setDispositionEventListener, setFullyQualifiedActionName, setLogEventListener, setLogMessage, setMessageOutputStream, setMessageTagHandler, setParameter, setPerformanceEventListener, setPropertyKey, setSessionID, setUserProperty, size, toCASLString, toLuaString, toLuaString, toOptionsWithGeneratedClasses, toSerialized, toString, toString, toString, upcaseFirstChar, values
public static final java.lang.String KEY_NUMCORRECTIONS
public static final java.lang.String KEY_LINESEARCHMETHOD
public LbfgsOptions()
public LbfgsOptions(CASActionOptions options)
public java.lang.Object getServerDefaultValue(java.lang.String key)
CASActionOptions
getServerDefaultValue
in class CASActionOptions
key
- The parameter keypublic java.lang.Long getNumCorrections()
public LbfgsOptions setNumCorrections(java.lang.Long value)
value
- The valuepublic LbfgsOptions.LINESEARCHMETHOD getLineSearchMethod()
public LbfgsOptions setLineSearchMethod(LbfgsOptions.LINESEARCHMETHOD value)
value
- The value