Description Usage Format Details Fields Methods Examples
penlrm is designed to generate extra data and estimate its values piecewise linear.
Its is often used as a penalty that penalizes high surrogate model oscillations.
1 |
An R6Class generator object
Construct data points within some simplices of the design od ecperiments
and evaluate a sm object with regards to the descrepency between its prediction and the generated data
Xpenthe witness data generated to perform comparison
Ypenthe piecewise linear estimation
penlrm$new(x,y)Creates a new penlrm. Often used to construct the penalty measure and generate its data.
get_val(surrogate_model) It evaluates the penalty for a surrogate_model (object sm).
get_err(surrogate_model) It evaluates the errors of a surrogate model (object sm).
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.