0

It is simple, I know but I have little understanding of convex optimization yet

Problem definition:

  1. Objective function is II b - Aw II norm 2
  2. a vector of unknown [w1, w2, ..., wn]
  3. a data matrix A (m x n), each row has n components([ai1, ai2, ..., ain]), m is the number of measures. ai1, ai2, ..., ain are themselves highly correlated to each other

  4. constraints wi >= 0 and sum of wi is 1, basically wi can be interpreted as weights

which python or matlab package could I use, maybe ?

Ami Tavory
  • 74,578
  • 11
  • 141
  • 185
Hello lad
  • 17,344
  • 46
  • 127
  • 200

1 Answers1

0

This is a problem in Quadratic Programming.

Ami Tavory
  • 74,578
  • 11
  • 141
  • 185