- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I am trying to write an optimization routine equivalent to MATLAB's fminsearch function. Am I on my own here, or are there routines already written?
Thanks much,
Bob
I am trying to write an optimization routine equivalent to MATLAB's fminsearch function. Am I on my own here, or are there routines already written?
Thanks much,
Bob
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Bob,
If you know what algorithm it uses, you may be able to find something on Netlib (netlib.org). Other codes may do similar searches, even if the algorithm is different.
Regards,
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
According to fminsearch documentation, the keywords are "Nelder Mead", and a Fortran implementation can be found at
http://www.mikehutt.com/neldermead.html.
http://www.mikehutt.com/neldermead.html.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks guys!

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page