Perform line search in direction of newton step
1 2 3 4 5 6 7 8 9 10 11 12 13 | linesearch(
theta,
newton_step,
fval,
der,
f,
gfn,
maxsubsteps,
stepmax,
funit,
units,
...
)
|
theta |
current function values |
newton_step |
full newton step |
fval |
current function value |
der |
directional derivative of f in direction of newton_step |
f |
objective function |
gfn |
gradient function |
maxsubsteps |
maximum substeps to perform |
stepmax |
maximum step size allowed |
... |
other arguments to f |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.