0

I come across an equation that I want to solve in this paper. (I'm not sure if it can be read by public). It is about minimizing equation 9 (see the attached file) subject to the constraint in equation 10.

n is a 3-dimensional vector (so n can be expressed as a Px3 array), and c is just a vector of length K (so c is just a 1xK array). I' (a PxL array) and l (a 3xL array) are both known. I need to find the set of n and c.

The paper stated that:

'We used MATLAB implementation of the trust region reflective quadratic programming for optimization.'

I don't know how this can be done. I am not sure if what it refers to is the quadprog or just the direct use of fmincon. In either case, I have no idea how to write the objective equation and the constraints equation in the appropriate form for the function call. It would be great if someone can show me how to rewrite equation and use the 'trust region reflective quadratic programming for optimization', or provide other efficient ways to solve that equation.

thanks enter image description here

Physicist
  • 2,848
  • 8
  • 33
  • 62
  • 2
    Have you asked the authors of the paper ? They can surely give you many useful hints. – Ratbert May 31 '15 at 19:40
  • 2
    That paper is not publicly accessible. Please check whether you have included all necessary information in the question, so that one can answer it without referring to the paper. – A. Donda May 31 '15 at 23:37

0 Answers0