Description Usage Arguments Details
View source: R/OptimizeByLOESS.R
Utility function for optimizeByLOESS Sample a budget according to allowable ranges for the different stages and run a rep of the breeding scheme with that budget
1 2 3 4 5 6 7 8 9 10 | runOneRep(
replication,
percentRanges,
initializeFunc,
productPipeline,
populationImprovement,
targetBudget,
bsp,
seed = NULL
)
|
replication |
Integer replication |
percentRanges |
Real matrix with F1 + nStages allowable budget ranges |
initializeFunc |
Function for runBreedingScheme |
productPipeline |
Function for runBreedingScheme |
populationImprovement |
Function for runBreedingScheme |
targetBudget |
Real how much to spend total. See CostControlFile |
bsp |
List breeding scheme parameters |
seed=NULL |
Integer seed to initialize pseudo-random number generator |
Allows sampling the budget and running the simulation in one function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.