set_min_budget-optimizer-method.Rd
Used to set a lower-bound budget for all lineups
# S4 method for optimizer
set_min_budget(object, min_budget)
An optimizer object
The minimum budget value
Updated optimizer object
if (FALSE) {
# Set the minimum budget to 40000
opt <- opt %>%
set_min_budget(40000)
}