| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(simulated_annealing_type), | intent(inout) | :: | me | |||
| real(kind=wp), | intent(out), | dimension(:) | :: | x | ||
| real(kind=wp), | intent(out) | :: | f | |||
| integer, | intent(out) | :: | istat |
status flag:
|
interface for parallel function evaluations.
This function receives the output points from the
parallel evaluation. Returns both the x and f values
for a completed evaluation (typically from a queue).