makeNEntryGrid: makeNEntryGrid function

View source: R/VarietyDevPipe.R

makeNEntryGridR Documentation

makeNEntryGrid function

Description

makeNEntryGrid function

Usage

makeNEntryGrid(
  nIndMin,
  nIndMax,
  step = NULL,
  minBudget = 0.9 * maxBudget,
  maxBudget,
  indCost
)

Arguments

nIndMin

nStages vector minimum number of individuals at each stage

nIndMax

nStages vector maximum number of individuals at each stage

step

nStages vector: interval of number of individuals. If NULL will increment for last stage and have the same number of steps for other stages

maxBudget

the maximum cost of all evaluations

costProd

per individual, how much does it cost to produce the seed?

costTest

per individual, how much does it cost to run all the plots?

Details

Call this function to set up optimization

Value

List with feasible entry number schemes

Examples

bsd <- makeNEntryGrid(bsd)


jeanlucj/BreedSimCost documentation built on July 21, 2023, 1:59 a.m.