JuliaSmoothOptimizers / OptimizationProblems.jl

Optimization Problems for Julia
Other
88 stars 48 forks source link

Schittkowski test set revisited #114

Open tmigot opened 2 years ago

tmigot commented 2 years ago

Schittkowski test set revisited

More Test Examples for Nonlinear Programming Codes (1987) K. Schittkowski https://link.springer.com/book/10.1007/978-3-642-61582-5

This collection of 188 nonlinear programming test examples is a supplement of the test problem collection published by Hock and Schittkowski [2].

Suggested in https://github.com/JuliaSmoothOptimizers/OptimizationProblems.jl/issues/7

The largest problems are: n=100 305 302 299 n=50 395 304 301 298 293 n=48 393 n=30 392 391 297 292 289 n=20 394 303 300 288 287 286 n=16 296 n=15 de 384 a 389 284 285 n=14 393 n=13 381 382 n=12 380 n=11 379 n=10 374 a 378 295 291 283 282 281 280

Name in the report Type of problems Implemented in JSO? name of the file in JSO
tmigot commented 1 year ago

The docstring to be added to the JuMP model:

# Hock and Schittkowski problem number 201.
#
#   Source:
#   Problem 201 in
#   K. Schittkowski,
#   More Test Examples for Nonlinear Programming Codes,
#   Lectures Notes in Economics and Mathematical Systems 282,
#   Springer Verlag, Heidelberg, 1987.
#