The following Matlab project contains the source code and Matlab examples used for fibonacci search for function maximum.
fibonacci search for maximum of unknown unimodal function in one variable
x = fibosearch(fhandle,a,b,npoints)
a,b define the search interval with resolution 1/npoints
The source code and files included in this project are listed in the project files section, please make sure whether the listed source code meet your needs there.
Project Files:
File Name | Size |
---|---|
fibosearch.m | 1071 |
fibotest.m | 101 |
license.txt | 1308 |
unknownf.m | 47 |