R/RcppExports.R

Defines functions forecasting_ga

Documented in forecasting_ga

# This file was generated by Rcpp::compileAttributes
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

forecasting_ga <- function(evalFunc, chsize, minv, maxv, crossprob, mutationprob, forecastprob, elitism, popsize, maxiter, MinimumForecastLength, ForecastFunction) {
    .Call('forega_forecasting_ga', PACKAGE = 'forega', evalFunc, chsize, minv, maxv, crossprob, mutationprob, forecastprob, elitism, popsize, maxiter, MinimumForecastLength, ForecastFunction)
}

Try the forega package in your browser

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

forega documentation built on Nov. 23, 2017, 5:05 p.m.