[SciPy-user] Simulated annealing in scipy

Nils Wagner nwagner at mecha.uni-stuttgart.de
Fri Jul 22 05:09:56 EDT 2005


Hi all,

I tried to find the smallest eigenvalue of a generalized
eigenvalue problem

K x = \lambda M x

by minimizing the Rayleigh quotient

R = x^T K x / x^T M x

where K and M are symmetric positive definite.
I have used optimize.anneal for this purpose (annealing.py for details).
However, the simulated annealing algorithm doesn't terminate with the 
global optimal solution.
But for what reason ?

Any pointer would be appreciated.

Regards,
                  Nils
 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: annealing.py
Type: text/x-python
Size: 537 bytes
Desc: not available
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20050722/170e3193/attachment.py>


More information about the SciPy-User mailing list