F_objective: General (Nonlinear) Objective Function

Description Usage Arguments Value Author(s)

View source: R/objective.R

Description

General objective function f(x) to be optimized.

Usage

1
2
3
4
5
6
7
8
9
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 "function" taking a numeric vector x of length n as argument.

n

the number of objective variables.

G

an R "function" returning the gradient at x.

H

an optional function holding the Hessian of F.

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


ROI documentation built on Aug. 29, 2020, 3:01 p.m.

Related to F_objective in ROI...