blup90iod2

How do OPTIONs work?

OPTION conv_crit 1e-10

Set convergence criterion (default 1e-10).

OPTION maxrounds 10000

Set maximum number of rounds (default 5000 ). If the number of rounds reaches the maximum, the last solutions and residuals will be saved for restart.

OPTION solv_method FSPAK

Select the solving method for initial equations by FSPAK or DIRECT (default DIRECT).

OPTION blksize 3

Set block size for preconditioner (default 1).

OPTION init_eq 10

Set the number of effects to be solved directly as initial equations (default 0).

OPTION cont

Keep the last solutions and residuals for restart.

OPTION cont 1

Restart the program from the last run using the previous solutions.

OPTION residual

Save solutions and errors.

OPTION tol 1d-12

Tolerance for G-inverse (default 1d-12).

OPTION avgeps 30

Use the average eps round as a convergence criterion (default 1).

OPTION missing -1

Set the missing value (default 0).

Need more examples?