Description Usage Arguments Value Author(s) Examples
Performs the DAAREM acceleration scheme with Nesterov initialization and alternating monotonicity
1 |
par |
A vector of starting values. |
fixptfn |
A vector function that performs the fixed-point mapping. |
objfn |
A scalar function that evaluates the objective function to maximized. |
... |
Arguments passed to |
control |
A list of control parameters specifying any changes to default values of algorithm control parameters. Full names of control list elements must be specified, otherwise, user-specifications are ignored. See *Details*. |
A list with the following components:
par |
Parameter, x* that are the fixed-point of G such that x* = G(x*), if convergence is successful. |
value.objfn |
The value of the objective function $L$ at termination. |
fpevals |
Number of times the fixed-point function |
objfevals |
Number of times the objective function |
convergence |
An integer code indicating type of convergence. |
objfn.track |
A vector containing the value of the objective function at each iteration. |
Nicholas Henderson
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.