Package jline.api.pfqn.nc
Class Pfqn_clw.Options
java.lang.Object
jline.api.pfqn.nc.Pfqn_clw.Options
- Enclosing class:
- Pfqn_clw
Accelerations and their parameters; the defaults are the paper's.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondouble[]Multipliers on the scale parameters alpha_j, the manual tuning of page 956.booleanApply dimension reduction by decomposition (Section 3).intLargest |D| examined when minimizing (3.3).booleanApply Euler summation where K_j > eulerN + eulerM.intStarting order of the Euler averaging (m in eq.intLargest Euler order reached by doubling.intTerms summed exactly before averaging (n in eq.doubleRelative tolerance on |E(m,n) - E(m,n+1)| for accepting the Euler sum. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
euler
public boolean eulerApply Euler summation where K_j > eulerN + eulerM. -
eulerN
public int eulerNTerms summed exactly before averaging (n in eq. 2.22). -
eulerM
public int eulerMStarting order of the Euler averaging (m in eq. 2.22); doubled on demand. -
eulerTol
public double eulerTolRelative tolerance on |E(m,n) - E(m,n+1)| for accepting the Euler sum. -
eulerMaxM
public int eulerMaxMLargest Euler order reached by doubling. -
dimred
public boolean dimredApply dimension reduction by decomposition (Section 3). -
dimredMaxD
public int dimredMaxDLargest |D| examined when minimizing (3.3). -
beta
public double[] betaMultipliers on the scale parameters alpha_j, the manual tuning of page 956.
-
-
Constructor Details
-
Options
public Options()
-