Latin Hypercube Samples (lhs)
1.0
R, C++, and Rcpp code to generate Latin hypercube samples
|
Go to the documentation of this file.
28 #include "bclibVersion.h"
57 RcppExport SEXP
optimumLHS_cpp(SEXP n, SEXP k, SEXP maxsweeps, SEXP eps,
70 SEXP pOld, SEXP bVerbose);
78 RcppExport SEXP
randomLHS_cpp(SEXP n, SEXP k, SEXP preserveDraw);
90 RcppExport SEXP
geneticLHS_cpp(SEXP n, SEXP k, SEXP pop, SEXP gen, SEXP pMut,
91 SEXP criterium, SEXP bVerbose);
RcppExport SEXP get_library_versions()
Definition: lhs_r.cpp:313
RcppExport SEXP maximinLHS_cpp(SEXP n, SEXP k, SEXP dup)
Definition: lhs_r.cpp:85
RcppExport SEXP randomLHS_cpp(SEXP n, SEXP k, SEXP preserveDraw)
Definition: lhs_r.cpp:218
RcppExport SEXP optimumLHS_cpp(SEXP n, SEXP k, SEXP maxsweeps, SEXP eps, SEXP bVerbose)
Definition: lhs_r.cpp:126
RcppExport SEXP geneticLHS_cpp(SEXP n, SEXP k, SEXP pop, SEXP gen, SEXP pMut, SEXP criterium, SEXP bVerbose)
Definition: lhs_r.cpp:265
RcppExport SEXP improvedLHS_cpp(SEXP n, SEXP k, SEXP dup)
Definition: lhs_r.cpp:44
RcppExport SEXP optSeededLHS_cpp(SEXP n, SEXP k, SEXP maxsweeps, SEXP eps, SEXP pOld, SEXP bVerbose)
Definition: lhs_r.cpp:171