View source: R/VarietyDevPipe.R
makeNEntryGrid | R Documentation |
makeNEntryGrid function
makeNEntryGrid(
nIndMin,
nIndMax,
step = NULL,
minBudget = 0.9 * maxBudget,
maxBudget,
indCost
)
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? |
Call this function to set up optimization
List with feasible entry number schemes
bsd <- makeNEntryGrid(bsd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.