📄 fe_var6_usg.c
字号:
DNT; fprintf( fp, "-gamma gamma <%d> (Power that modifies E_L to discourage violations if set to 0,1,2)", c->gamma); DNT; fprintf( fp, "-metric m(0/1) <%d> (Whether to include the q(1-q) factor in the gradient)", c->metric); DNT; fprintf( fp, "-log l <%d> (write every value of x at which function is evaluated. First l components.)", c->writelog); DNT; fprintf( fp, "-logfile file (file for log )"); DNT; fprintf( fp, "-o5smax step <%9.3g> (max step size, optimizer 6 (not 5))", c->macarg.stepmax); DNT; fprintf( fp, "-second 0/1 <%d> (whether to use 2nd backup strategy)", c->second); DNT; fprintf( fp, "-third 0/1 <%d> (whether to use a third)", c->third); DNT; fprintf( fp, "-sdx sdx <%9.3g> (initial standard deviation)", c->sdx); DNT; fprintf( fp, "-fv fv <%d> (- )", c->verbose); DNT; fprintf( fp, "-sv sv <%d> (- )", c->seqverbose); DNT; fprintf( fp, "-fcg cg <%d> (check gradient )", c->CG); DNT; fprintf( fp, "-oappend (0/1) <%d> (whether to append to the outfile; if this is zero, then it is overwritten every time instead)", c->outappend); DNT; fprintf( fp, "-o outfile (write reports to this file)"); DNT; fprintf( fp, "-to totoutfile (write totals to file)"); DNT; fprintf( fp, "-ho histofile (histogram of stop times)"); DNT; fprintf( fp, "-fseed fseed <%ld> (used for randomization of the initial condition of the optimization)", c->seed); DNT; fprintf( fp, "-e epsilon <%9.3g> (for cg )", c->epsilon); DNT; fprintf( fp, "-fdemo demo <%d> (- )", c->DEMO); DNT; fprintf( fp, "-norder norder <%d> ((for seqopt - 0/1/2 = 1..N / random / suspicion ))", c->NORDER); DNT; fprintf( fp, "-betap betap <%9.3g> (prior's beta )", c->betap); DNT; printf(" if annealing is used then "); DNT; printf(" beta goes from beta0 to beta1 by uniform steps "); DNT; printf(" either arithmetic or geometric"); DNT; fprintf( fp, "-nl loops <%d> (Number of loops. (annealing happens within these))", c->NL); DNT; fprintf( fp, "-rich rich <%d> (- )", c->rich); DNT; fprintf( fp, "-opt opt <%d> (seq_opt is 3 ; no other supported? (0=frp,1=macopt,2=jumpopt,3=seqopt,4=?,5=strangeopt,6=creepy))", c->opt); DNT; fprintf( fp, "-itmax itmax <%d> (num of linmins or jumps per optimization)", c->itmax); DNT; fprintf( fp, "-ftol ftol <%9.3g> (- )", c->ftol); DNT; fprintf( fp, "-flintol flintol <%9.3g>(- )", c->flintol); DNT; fprintf( fp, "-seqp seqp <%d> (how frequently the free energy is evaluated to decide whether to stop the sequential optimizer)", c->seq_period);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -