|
|
|
|
|
by petters
57 days ago
|
|
You could add a feature where it will compute the global optimum of any function of a small number of variables. Branch and bound with interval arithmetic works well for a small number of variables. Disjoint unions of intervals seems like a nice thing to have |
|