getStart: Find where the candidate points region starts

View source: R/utils.R

getStartR 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


optedr documentation built on Nov. 18, 2022, 5:12 p.m.