gaga is designed to estimate the quality of a surrogate
ga
An R6Class generator object
Automatic selection for general surrogates
listCompList of component
dcoeffCoefficient of each term fitness
ga$new(x, y)Creates a new custom_fit. Used to construct an assesment of a quality of a surrogate model
evaluate(newdta)It gives an evaluation of a surrogate model (object sm).
library(UP) d <- 2 X <- expand.grid(x1=seq(0,1,length=5), x2=seq(0,1,length=4))