getStart {optedr} | R Documentation |
Find where the candidate points region starts
Description
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
Usage
getStart(cross, min, max, val, sens_opt)
Arguments
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 |
Value
True if the candidate points region starts on the minimum, False otherwise
[Package optedr version 2.0.0 Index]