set_min_budget-optimizer-method: Set the minimum budget for the model

set_min_budget,optimizer-methodR Documentation

Set the minimum budget for the model

Description

Used to set a lower-bound budget for all lineups

Usage

## S4 method for signature 'optimizer'
set_min_budget(object, min_budget)

Arguments

object

An optimizer object

min_budget

The minimum budget value

Value

Updated optimizer object

Examples

## Not run: 
# Set the minimum budget to 40000
opt <- opt %>%
  set_min_budget(40000)

## End(Not run)


anthonyshook/dfsOptimizer documentation built on Jan. 4, 2023, 11:36 a.m.