R/suropt.R

#' suropt: Surrogate-based optimization
#'
#' suropt is a implementation of some surrogate-based single and
#' multi-objective optimization schmes.
#'
#' The idea, is to alleviate the computational cost of optimization
#' exploiting meta-models of the functions.
#'
#' @docType package
#' @name suropt
NULL

utils::globalVariables(c("."))

Try the suropt package in your browser

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

suropt documentation built on May 2, 2019, 6:02 a.m.