@Retention(value=RUNTIME) @Target(value=METHOD) public static @interface Parameter.WarmParameter
Parameter.getParamsFromMethods(java.lang.Object)
method to consider the Parameter object generated for that method a
preferred parameter for warm starting.Modifier and Type | Required Element and Description |
---|---|
boolean |
prefLowToHigh
Indicates the ordering that would be preferred by the algorithm when
training.
|
public abstract boolean prefLowToHigh
true
if it is preferred to train from low values of
the parameter to high values of the parameter. false
is
returned if it is preferred to go from high to low values.Copyright © 2017. All rights reserved.