Description Usage Arguments Value
Search for boundary of permissible region between current value and desired value.
1 | gen_line_search(oracle_fun, EPS = 1e-05, maxit = 200, ...)
|
oracle_fun |
oracle function to determine membership to constrained space. |
EPS |
precision of line search algorithm |
maxit |
maximum number of iterations |
... |
extra arguments. Currently ignored. |
Function to conduct line search with specified parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.