mincriterion.check | R Documentation |
mincriterion
This function checks and updates the input from the user in the
mincriterion
function. If there is any invalid
input, the function will be terminated and error messages will be printed.
mincriterion.check(data, lpmodel, norm, solver)
data |
An |
lpmodel |
The |
norm |
The norm used in the optimization problem. It can be either a
1-norm or a 2-norm. See the details section of
|
solver |
The name of the linear and quadratic programming solver that
is used to obtain the solution to linear and quadratic programs.
The solvers supported by this package are |
Returns the updated parameters back to the function
mincriterion
. The following information are updated:
data
lpmodel
solver
solver.name
norm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.