The user documentation for Hibridon
The OPTIMIZE command allows the user to determine easily optimal values for the following system independent parameters which govern the accuracy of the Hibridon code:
FSTFAC, RCUT, RENDAI, RENDLD, RINCR, RSTART, SPAC, TOLAI
The command line syntax is
OPTIMIZE,{pname},IVAL,FVAL,FACT,STEP,ACCAV,ACCMX,THRESH
(upper or lower case), where
{pname}: Name of the parameter from the above list which is to be varied
IVAL: Initial value of this parameter
FVAL: Final value of this parameter
FACT,STEP: Variables which control the step size for the optimization.
The value of the parameter PNAME is updated at each step following the equation
new value = (old value) * FACT + STEP
The optimization is performed only for $J_{\rm tot}$ = JTOT1
Values for {pname}, IVAL, and FVAL must be given. If values for the other variables are omitted (see below), then default values are assigned as follows:
If FACT and STEP are not defined, then FACT is set equal to
Values of the various input parameters may be omitted, but their place must be preserved by commas if any of the subsequent parameters are to be given values other than their default values.