| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| logical, | private | :: | unique_candidate | = | .true. | ||
| integer, | private | :: | i_unique_candidate | = | 0 | ||
| integer, | private | :: | num_candidates | = | 0 | ||
| integer, | private | :: | num_choices | = | 0 | ||
| real(kind=DP), | private, | allocatable | :: | limits(:) |
| procedure, public :: construct => Abstract_construct | |
| procedure, public :: destroy => Abstract_destroy | |
| procedure, public :: reset => Abstract_reset | |
| procedure, public :: get_num_choices => Abstract_get_num_choices | |
| procedure, public :: get => Abstract_get |
| procedure, public :: construct => Abstract_construct | |
| procedure, public :: destroy => Abstract_destroy | |
| procedure, public :: reset => Abstract_reset | |
| procedure, public :: get_num_choices => Abstract_get_num_choices | |
| procedure, public :: get => Abstract_get |
| procedure, public :: construct => Null_construct | |
| procedure, public :: destroy => Null_destroy | |
| procedure, public :: reset => Null_reset | |
| procedure, public :: get_num_choices => Null_get_num_choices | |
| procedure, public :: get => Null_get |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Tower_Sampler), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Tower_Sampler), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Tower_Sampler), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Tower_Sampler), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Tower_Sampler), | intent(out) | :: | this | |||
| integer, | intent(in) | :: | num_candidates |
Sets the ``stories'' of the tower.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Tower_Sampler), | intent(inout) | :: | this | |||
| integer, | intent(in) | :: | nums_candidates(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Tower_Sampler), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Tower_Sampler), | intent(out) | :: | this | |||
| integer, | intent(in) | :: | num_candidates |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Tower_Sampler), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Tower_Sampler), | intent(inout) | :: | this | |||
| integer, | intent(in) | :: | nums_candidates(:) |