| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(GA_Individual_), | public, | allocatable | :: | plants(:) | |||
| real(kind=real64), | public, | allocatable | :: | score(:) | |||
| integer(kind=int32), | public, | allocatable | :: | selected(:) | |||
| real(kind=real64), | public, | allocatable | :: | selectedScore(:) | |||
| integer(kind=int32), | public | :: | num_individual | ||||
| logical, | public | :: | initialized | = | .false. | ||
| logical, | public | :: | registered | = | .false. | ||
| logical, | public | :: | realRegistered | = | .false. | ||
| logical, | public | :: | intRegistered | = | .false. |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(GA_), | intent(inout) | :: | obj | |||
| integer(kind=int32), | intent(in) | :: | DataType | |||
| integer(kind=int32), | intent(in) | :: | DataID | |||
| real(kind=real32), | intent(in) | :: | DataRange(2) | |||
| character(len=*), | intent(in) | :: | DataAnnotation |