R/zzz.R

#' rminqa
#'
#' Perform derivative-free optimization algorithms in R using C++.
#' A wrapper interface is provided to call C function of the bobyqa implementation.
#'
#' @docType package
#' @author Yi Pan, Samuel Watson
#' @import Rcpp
#' @importFrom Rcpp evalCpp
#' @useDynLib rminqa
#' @name rminqa
NULL

Try the rminqa package in your browser

Any scripts or data that you put into this service are public.

rminqa documentation built on Jan. 9, 2023, 1:20 a.m.