[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: algorithm for fminunc
From: |
Jordi Gutiérrez Hermoso |
Subject: |
Re: algorithm for fminunc |
Date: |
Fri, 18 Jan 2013 08:48:23 -0500 |
On 18 January 2013 07:29, Jose <address@hidden> wrote:
> I have tried to find what is the algorithm that fminunc uses for
> minimization, but I could not find a clear reference to it.
What about reading the source code? That is where the algorithm is. It
seems to be BFGS with dogleg line search.
- Jordi G. H.