Description Usage Arguments Value
Backtracking for step value selection
1 2 | backtracking(x, funval, fungrad, p, c = 0.5, alpha_bar = 1,
rho = 0.5)
|
x |
current function value |
funval |
objective function calculator |
fungrad |
objective function's gradient calculator |
p |
search direction vector |
c |
backtracking parameter: 0 < c < 1 |
alpha_bar |
initial guess |
rho |
backtracking step size evolution |
backtracking step value, which brings only sufficient objective function decrease
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.