Sorting candidates by their performance scores
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real32), | intent(in) | :: | scores(:) |
Performance scores of candidates generated by |
||
integer(kind=int32), | intent(in) | :: | num_candidates |
Number of candidates |
||
integer(kind=int32), | intent(out) | :: | sorted_indices(:) |
Sorted indices of candidates |