Given the parameters for augmenting a design, this function calculates the crosspoints in the efficiency function that delimit the candidate points region
crosspoints(val, sens, gridlength, tol, xmin, xmax)
A numeric vector of crosspoints that define the candidate points region
Efficiency value to solve in the curve relationing the space of the design and efficiency of new design
Sensitivity function of the design for the model
Number of points in the grid to find the crosspoints
Tolerance that establishes how close two points close to one another are considered the same
Minimum of the space of the design
Maximum of the space of the design