runBatch.Rd
Run a batch of replications with specified budget percentages These percentages have to be valid in terms of following rules
runBatch(batchBudg, bsd)
batchBudg | List of budget percentage vectors for the population improvement cycle and the variety development pipeline |
---|---|
bsd | List of breeding scheme data |
Tibble with initial and end means and variances
Call this function to test out a batch of different budgets
bsd <- runBatch(batchBudg, bsd)#> Error in runBatch(batchBudg, bsd): object 'bsd' not found