Research Article
Fuzzy Evaluation of Pharmacokinetic Models
Algorithm 1
Find the lowest value algorithm.
| (1): | | | (2): | | | (3): | for j = i + 1 to total of candidate models–1 do | | (4): | if array[j] is less than array[low] then | | (5): | Set low to j | | (6): | end if | | (7): | end for |
|