PossibleStopMethods_t Derived Type

type, private :: PossibleStopMethods_t


Contents


Components

Type Visibility Attributes Name Initial
type(StopMethod_t), public :: var_shift = StopMethod_t(1, 'Variable Shift reached')
type(StopMethod_t), public :: max_iter = StopMethod_t(2, 'n-th iteration reached')
type(StopMethod_t), public :: max_eq_iter = StopMethod_t(3, 'n-th iteration after variable shift reached')
type(StopMethod_t), public :: no_change = StopMethod_t(4, 'n iterations without change of tau')
type(StopMethod_t), public :: n_opts = StopMethod_t(5, 'n optimizations of tau')
type(StopMethod_t), public :: changevars = StopMethod_t(6, 'Manual change via `CHANGEVARS` file')
type(StopMethod_t), public :: off = StopMethod_t(7, 'Off')