Skip to main content
. Author manuscript; available in PMC: 2017 Aug 1.
Published in final edited form as: Conf Proc IEEE Eng Med Biol Soc. 2016 Aug;2016:5112–5115. doi: 10.1109/EMBC.2016.7591877

Algorithm 1.

Parameter optimization

1: procedure Parameter Optimization(𝒫, ℱ, 𝒬)
2:  for all p ∈ 𝒫 do
3:     Construct subproblem P from the corresponding
p, F ∈ ℱ, and qQ
4:     Use prior solutions for the constraints (2b) and (2c)
5:     Solve P for r and k using PSO
6: end for
7: return r, k of the last subproblem
8: end procedure