Nodes of different colours represent the following:
Solid arrows point from one derived type to another which extends (inherits from) it. Dashed arrows point from a derived type to another type containing it as a components, with a label listing the name(s) of said component(s). Where possible, edges connecting nodes are given different colours to make them easier to distinguish in large graphs.
| 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 |