| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| class(Abstract_Tunable_Move), | private, | pointer | :: | tunable_move | => | null() | |
| integer, | private | :: | accumulation_period | = | 0 | ||
| real(kind=DP), | private | :: | accumulated_success_ratio | = | 0._DP | ||
| real(kind=DP), | private | :: | success_ratio_min | = | 0._DP | ||
| real(kind=DP), | private | :: | success_ratio_max | = | 0._DP |
| procedure, public :: construct => Abstract_construct | |
| procedure, public :: destroy => Abstract_destroy | |
| procedure, public :: tune => Abstract_tune |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| class(Abstract_Move_Tuner), | public, | allocatable | :: | tuner |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(Move_Tuner_Wrapper), | public, | allocatable | :: | line(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Move_Tuner), | intent(out) | :: | this | |||
| class(Abstract_Tunable_Move), | intent(in), | target | :: | tunable_move | ||
| type(Concrete_Move_Tuner_Parameters), | intent(in) | :: | parameters | |||
| integer, | intent(in) | :: | num_tuning_steps |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Move_Tuner), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Move_Tuner), | intent(inout) | :: | this | |||
| logical, | intent(out) | :: | tuned | |||
| integer, | intent(in) | :: | i_step | |||
| real(kind=DP), | intent(in) | :: | success_ratio |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Move_Tuner), | intent(out) | :: | this | |||
| class(Abstract_Tunable_Move), | intent(in), | target | :: | tunable_move | ||
| type(Concrete_Move_Tuner_Parameters), | intent(in) | :: | parameters | |||
| integer, | intent(in) | :: | num_tuning_steps |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Move_Tuner), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Move_Tuner), | intent(inout) | :: | this | |||
| logical, | intent(out) | :: | tuned | |||
| integer, | intent(in) | :: | i_step | |||
| real(kind=DP), | intent(in) | :: | success_ratio |