getCross2 {optedr} | R Documentation |
Give effective limits to candidate points region
Description
Given the start of the candidates points region, the parity of the crosspoints and the boundaries of the space of the design returns the effective limits of the candidate points region. Those points, taken in pairs from the first to the last delimit the region.
Usage
getCross2(cross, min, max, start, par)
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 |
start |
Boolean that gives the effective start of the candidate points region |
par |
Boolean with the parity of the region |
Value
Vector of effective limits of the candidate points region. Taken in pairs from the beginning delimit the region.
[Package optedr version 2.0.0 Index]