marcin(a)studio4plus.com

eduOptim ver 0.9

eduOptim in action

The program illustrates a few numerical optimization methods. Individual steps of finding the minimum with selected algorithm are shown both in numerical and graphical form.

Minimized functions can include theoretically any number of variables and can use most mathematical functions included in standard C library.

The following optimization methods are implemented:

Descent methods (first three) use one of two line-search algorithms:

Adding new methods shouldn't pose any problems (except methods like simplex that would require redesigning of the plotting module).

The interface is Polish only (but see the README and english.png files).


1 these methods and a few other program functions have been written by Karol Matuszkiewicz and Mateusz Mucha. More information in the README file.

2006