The GNU Scientific library has a multi-dimensional function minimization framework. However, it's its caveats explicitly says that when used on a function with several different local minima it just returns one arbitrary solution. Does anybody know how you might go about adapting it so that it would return a list of all local minima (subject to some threshold criteria)?
|
2 | apostrophe | ||
|
|
||||
|
1 |
|
||
Using GNU Scientific "multimin" to find all local minimaThe GNU Scientific library has a multi-dimensional function minimization framework. However, it's caveats explicitly says that when used on a function with several different local minima it just returns one arbitrary solution. Does anybody know how you might go about adapting it so that it would return a list of all local minima (subject to some threshold criteria)?
|
||||
