Description Usage Arguments Details Value Examples
Examples of test functions for non-smooth optimization.
1 2 |
x |
numerical vector of arguments for test functions. |
The following non-smooth test functions are provided:
Shor's function
Shor's piecewise quadratic function shor_f
of five variables with
gradient function shor_g
.
In [0, 2]^5
it has its minimum fmin = 22.6001621
at
xmin = c(1.1243510, 0.9794616, 1.4777077, 0.9202335, 1.1242916)
.
All test functions will return a numerical scalar value. The gradient
functions will return a column vector of the same length as x
.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.