Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(pikaia_class), | intent(inout) | :: | me |
pikaia class |
||
real(kind=wp), | intent(in), | dimension(:) | :: | x |
optimization variable vector |
|
real(kind=wp), | intent(out) | :: | f |
fitness value |
The interface for the function that pikaia will be maximizing.