Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
DEFAULT_ACCURACY |
1.0E-12 |
public static final double |
DEFAULT_BANDWIDTH |
0.3 |
public static final int |
DEFAULT_ROBUSTNESS_ITERS |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_BRIGHTNESS_EXPONENT |
2 |
public static final int |
DEFAULT_MICROSPHERE_ELEMENTS |
2000 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
DEFAULT_ABSOLUTE_ACCURACY |
1.0E-6 |
public static final int |
DEFAULT_MAXIMUM_ITERATIONS |
100 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ERR_SCALE |
32760 |
public static final byte |
FINITE |
0 |
public static final byte |
INFINITE |
1 |
public static final int |
MAX_EXP |
32768 |
public static final int |
MIN_EXP |
-32767 |
public static final byte |
QNAN |
3 |
public static final int |
RADIX |
10000 |
public static final byte |
SNAN |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
FLAG_DIV_ZERO |
2 |
public static final int |
FLAG_INEXACT |
16 |
public static final int |
FLAG_INVALID |
1 |
public static final int |
FLAG_OVERFLOW |
4 |
public static final int |
FLAG_UNDERFLOW |
8 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
DEFAULT_INVERSE_ABSOLUTE_ACCURACY |
1.0E-9 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
DEFAULT_INVERSE_ABSOLUTE_ACCURACY |
1.0E-9 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
DEFAULT_INVERSE_ABSOLUTE_ACCURACY |
1.0E-9 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
DEFAULT_INVERSE_ABSOLUTE_ACCURACY |
1.0E-9 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
DEFAULT_INVERSE_ABSOLUTE_ACCURACY |
1.0E-9 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
DEFAULT_INVERSE_ABSOLUTE_ACCURACY |
1.0E-9 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
DEFAULT_INVERSE_ABSOLUTE_ACCURACY |
1.0E-9 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
DEFAULT_EPSILON |
1.0E-12 |
public static final int |
DEFAULT_MAX_ITERATIONS |
10000000 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
DEFAULT_INVERSE_ABSOLUTE_ACCURACY |
1.0E-9 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
DEFAULT_INVERSE_ABSOLUTE_ACCURACY |
1.0E-9 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_MAX_COST_EVALUATIONS |
100 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
BLOCK_SIZE |
36 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
BLOCK_SIZE |
52 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
DEFAULT_ABSOLUTE_POSITIVITY_THRESHOLD |
1.0E-10 |
public static final double |
DEFAULT_RELATIVE_SYMMETRY_THRESHOLD |
1.0E-15 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
DEFAULT_ZERO_TOLERANCE |
1.0E-12 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
CONTINUE |
3 |
public static final int |
RESET_DERIVATIVES |
2 |
public static final int |
RESET_STATE |
1 |
public static final int |
STOP |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
CONTINUE |
3 |
public static final int |
RESET_DERIVATIVES |
2 |
public static final int |
RESET_STATE |
1 |
public static final int |
STOP |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
DEFAULT_LS_ABSOLUTE_TOLERANCE |
1.0E-11 |
public static final double |
DEFAULT_LS_RELATIVE_TOLERANCE |
1.0E-7 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_MAX_ITERATIONS |
100 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_MAX_ITERATIONS |
100 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_MAX_ITERATIONS |
100 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
CONSTANT_MODE |
5 |
public static final int |
DIGEST_MODE |
0 |
public static final int |
EXPONENTIAL_MODE |
3 |
public static final int |
GAUSSIAN_MODE |
4 |
public static final int |
REPLAY_MODE |
1 |
public static final int |
UNIFORM_MODE |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
GAMMA |
0.5772156649015329 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
INFINITE_WINDOW |
-1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
E |
2.718281828459045 |
public static final double |
PI |
3.141592653589793 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
EPSILON |
1.1102230246251565E-16 |
public static final double |
SAFE_MIN |
2.2250738585072014E-308 |
public static final double |
TWO_PI |
6.283185307179586 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final byte |
FREE |
0 |
protected static final byte |
FULL |
1 |
protected static final byte |
REMOVED |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final byte |
FREE |
0 |
protected static final byte |
FULL |
1 |
protected static final byte |
REMOVED |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ADDITIVE_MODE |
1 |
public static final int |
MULTIPLICATIVE_MODE |
0 |
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.