optimization - implementing quadratic programming in matlab -
i come across equation want solve in paper. (i'm not sure if can read public). minimizing equation 9 (see attached file) subject constraint in equation 10.
n 3-dimensional vector (so n can expressed px3 array), , c vector of length k (so c 1xk array). i' (a pxl array) , l (a 3xl array) both known. need find set of n , c.
the paper stated that:
'we used matlab implementation of trust region reflective quadratic programming optimization.'
i don't know how can done. not sure if refers quadprog or direct use of fmincon. in either case, have no idea how write objective equation , constraints equation in appropriate form function call. great if can show me how rewrite equation , use 'trust region reflective quadratic programming optimization', or provide other efficient ways solve equation.
thanks
Comments
Post a Comment