F_objective {ROI} | R Documentation |
General (Nonlinear) Objective Function
Description
General objective function f(x)
to be optimized.
Usage
F_objective(F, n, G = NULL, H = NULL, names = NULL)
## S3 method for class 'F_objective'
terms(x, ...)
as.F_objective(x)
## S3 method for class 'F_objective'
variable.names(object, ...)
Arguments
F |
an R |
n |
the number of objective variables. |
G |
an R |
H |
an optional |
names |
an optional character vector giving the names of x. |
x |
an R object. |
... |
further arguments passed to or from other methods |
object |
an R object. |
Value
an object of class "F_objective"
which inherits
from "objective"
.
Author(s)
Stefan Theussl
[Package ROI version 1.0-1 Index]