sk.optim: A wrapper for optimization. Allows to specify which variables...

Description Usage

View source: R/skMathNumericUtils.r

Description

A wrapper for optimization. Allows to specify which variables shall be free Has the same syntax for one and multidimensional optmization Uses optim, omptimize or a grid search

Usage

1
2
3
sk.optim(par, f, lower = NULL, upper = NULL, free.par = 1:NROW(par),
  method = "default", num.grid.steps = NULL, maximize = TRUE,
  f.can.take.matrix = FALSE, tol = .Machine$double.eps^0.25, ...)

skranz/skUtils documentation built on April 12, 2021, 11:43 a.m.