how shall I get the best weight allocation vector?

16 Views Asked by At

Know values: matrix—— X,F,and u;

wanted value: vector—— w;

restrictive condition:

$$R=\sum_{j=1}^n w_j *\sum_{k=1}^k (x_{jk}*f_{jk}+u_j); $$ $$P=\sqrt{w^T*(XFX^T+Delta)w}$$

Now shall I set vector — ‘w’ to get the biggest value of R/P?