Hock Schittkowski

Hock & Schittkowski Models

Models presented below are a test suite of optimization problems collected by Hock and Schittkowski. They are part of the test suite used to verify modifications to the APMonitor software. Users may also find this collection useful to compare APMonitor syntax to other modeling languages, for solver benchmarking, or as example problems in optimization. Models may be submitted through the Online Web-based Interface or with Python Gekko.


Hock & Schittkowski Problem #71

$$ \min x_1 x_4 (x_1 + x_2 + x_3) + x_3 $$

$$ \mathrm{subject\;to} \quad x_1 x_2 x_3 x_4 \ge 25$$

$$\quad x_1^2 + x_2^2 + x_3^2 + x_4^2 = 40$$

$$\quad 1 \le x_1, x_2, x_3, x_4 \le 5$$

$$\quad x_0 = (1,5,5,1)$$


Complete Collection

Corrections and modifications to the Hock-Schittkowski benchmark test set are posted online here along with AMPL and FMCMAP formats. Many thanks to Stephan Seidl for making this available.


Individual Files