F_objective | R Documentation |
General objective function f(x)
to be optimized.
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, ...)
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. |
an object of class "F_objective"
which inherits
from "objective"
.
Stefan Theussl
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.