Bounding parameters

alpha0:
starting value of alpha (default=1e-1);
scaleAlpha:
scaling value of alpha (default=0.5). This parameter controls the rate at which alpha decreases;
minAlpha:
minimum value of alpha (default=5e-5);
tol0:
starting value of tolerance (default=1e-1);
scaleTol:
scaling value of tolerance (default=0.95);
minTol:
minimum value of the tolerance (default=1e-2);
gapCuts:
minimum violation value to add a cut (default=-5e-2);
withCuts:
1 to add triangle inequalities during the computation of the bound, 0 to compute the bound without the triangle inequalities (default=1);
cuts:
maximum number of inequalities to add at each iteration (default=500);
minCuts:
alpha and tolerance will be reduced when the number of added triangle inequalities is below this value (default=50);
nitermax:
maximum number of iterations of the L-BFGS-B solver (default=2000);
minNiter:
minimum number of L-BFGS-B calls (default=12);
maxNiter:
maximum number of L-BFGS-B calls (default=100);
scaling:
1 to scale the constraints (default=1).