This class is used to represent the objective function used in optimization. Only experts should use the fields and methods for this class directly.
Super class
ConservationModifier -> Objective
Public fields
has_targetslogicalvalue indicating if the objective supports targets. Values indicate that (TRUE) targets must be specified, (NA) targets are optional, and (FALSE) must are not used at all.has_weightslogicalvalue indicating if the objective supports feature weights.
Methods
Objective$apply()
Update an optimization problem formulation.
Arguments
xoptimization_problem()object.
