0001
0002
0003
0004
0005
0006
0007
0008 function OPTIONS = DSA_BD_Parameters
0009 OPTIONS.sigma = 0.99;
0010 OPTIONS.vers = 1;
0011 OPTIONS.normalize = 3;
0012 OPTIONS.adaptivelambda = 1;
0013 OPTIONS.dynamicscaling = 1;
0014 OPTIONS.scaleratio = 1.5;
0015 OPTIONS.scalecorrection = .9;
0016 OPTIONS.dyn_scale_updateiteration = 5;
0017 OPTIONS.balancedinit = 3;
0018
0019 OPTIONS.maxit = 2000;
0020 OPTIONS.tol = 1e-6;
0021 OPTIONS.adaptiveiteration = 1;
0022 OPTIONS.scalerelnorm = 0;
0023 OPTIONS.print = 1;
0024 OPTIONS.n = 0;
0025 OPTIONS.m = 0;
0026 OPTIONS.threshold = 0;
0027 OPTIONS.balancedinit = 0;
0028 OPTIONS.type = '';
0029 OPTIONS.file = '';