View source: R/computeGradientField.R
computeGradientField | R Documentation |
Computes the multi-objective gradients for a matrix of points
.
computeGradientField(
points,
fn,
prec.grad = 1e-06,
prec.norm = 1e-06,
prec.angle = 1e-04,
parallelize = FALSE,
impute.boundary = TRUE,
lower = NULL,
upper = NULL,
verbose = TRUE
)
points |
[matrix] |
fn |
[ |
prec.grad |
[ |
prec.norm |
[ |
prec.angle |
[ |
parallelize |
[ |
impute.boundary |
[ |
lower |
[ |
upper |
[ |
[matrix
]
Returns matrix
of multi-objective gradients. The i-th row of the matrix
contains the multi-objective gradient vector of the i-th observation (= row)
of the input matrix points
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.