show/hide this revision's text 2 apostrophe

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)?

show/hide this revision's text 1

Using GNU Scientific "multimin" to find all local minima

The 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)?