Home About Documentation Install Newsline Links Feedback Appeal Guestbook
since 2007/10/24
The page is obsolete, we have moved to openopt.org
Non-smooth problems (NSP)
f(x) -> min
subjected to
- Box - bound constraints
- lb <= x <= ub (some coords of lb and ub can be +/- inf)
- lb <= x <= ub (some coords of lb and ub can be +/- inf)
- General linear constraints
- A*x <= b
- Aeq*x = beq
- A*x <= b
- Non-linear constraints
- ci(x) <= 0, i = 0...I
- hj(x) = 0, j = 0...J
- ci(x) <= 0, i = 0...I
- here f(x), c(x), h(x) can be non-smooth and/or noisy
(NS problems are similar to NLP)
OpenOpt NSP example >>>
NSP solvers
| solver | license | info |
| ralg | BSD | for medium-scaled problems (nVars = 1...1000); ill-conditioned, piecewise linear and polynomial, non-smooth & noisy ones are also allowed. r-algorithm with adaptive space dilation had been invented by Ukrainian academician Naum Z. Shor (my teacher //Dmitrey). This solver is intended to be enhanced from time to time. OO version 0.18 has bug for A, Aeq constraints handling, so update from svn or tarball is required. Detailed ralg info: >>> |
| ShorEllipsoid | BSD | currently unconstrained, for small-scale problems with nVars = 1..10, requires r0: norm(x0-x*)<r0) |
