getStart | R Documentation |
Given the crosspoints and the sensitivity function, this function finds where the candidate points region starts, either on the extreme of the space of the design or the first crosspoints
getStart(cross, min, max, val, sens_opt)
cross |
Vector of crosspoints in the sensitivity function given an efficiency and weight |
min |
Minimum of the space of the design |
max |
Maximum of the space of the design |
val |
Value of the sensitivity function at the crosspoints |
sens_opt |
Sensitivity function |
True if the candidate points region starts on the minimum, False otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.