It is simple, I know but I have little understanding of convex optimization yet
Problem definition:
- Objective function is II b - Aw II norm 2
- a vector of unknown [w1, w2, ..., wn]
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
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 ?