[SciPy-user] Solving an equation using scipy.optimize.newton
Dominique Orban
dominique.orban at gmail.com
Thu Sep 6 12:29:12 EDT 2007
On 9/5/07, fdu.xiaojf at gmail.com <fdu.xiaojf at gmail.com> wrote:
>
>
> Are there any trust region optimization method with python interface ?
>
> I can transform my problem to a bound constrained optimization problem,
> but I still have to find an optimization solver who only evaluate my
> equation in trust region([Min, Max]). Will lbfgsb or tnc meet the
> requirement ?
There is one in NLPy, but I am not sure trust regions are what you are
looking for. Trust regions change with the iterations. What you have is
bound constraints. Anyways, I am not sure what you are trying to minimize.
Dominique
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20070906/f5f755a7/attachment.html>
More information about the SciPy-User
mailing list