Topic 10.7 Quasi Newton Algorithm


Bianca Franco
11-18-2004, 10:15 PM
Hi all,
I need to implement Quasi Newton Optimization Algorithm in Java, but if I had the algorithm in C++ it would help a lot!!!
Can anyone help me to find this in Java or have the algorithm in C++?
Thanks,
Bianca.

Bianca Franco
01-22-2005, 07:27 AM
Hi all,
Actually I have the formula
E=( (w1*ps + w2*pm + w3*pc)*Fpr )/(p*Feq*Fpj)
to find Effort (E) and w1, w2, w3, ps, pm, pc, p values are known.
I need a help to make sure Quasi Newton algorithm from topic 10.7 is gonna retrieve Fpr, Feq and Fpj values just like Statistica tool does.
Can someone help me on this?
Thanks in advance,
Bianca.