StopOptions_t Derived Type

type, private :: StopOptions_t


Contents


Components

Type Visibility Attributes Name Initial
integer, public :: max_iter = huge(0)

Number of iterations, after which we stop searching.

integer, public :: max_eq_iter = huge(0)

Number of iterations after reaching variable shift mode, after which we stop searching.

integer, public :: max_iter_without_change = huge(0)

Number of iterations without a change of tau, after which we stop searching.

integer, public :: max_n_opts = huge(0)

Number of optimizations of tau, after which we stop searching