MinimumTargetResponse

experimental.budget_optimization.constraints.MinimumTargetResponse(
    self,
    target_response,
    constraint_type='ineq',
)

Minimum target response constraint.

This constraint ensures that the target response is greater than or equal to a specified value. This imposes a restriction on the output of the model, instead of the input.

Parameters

Name Type Description Default
target_response float Target response value. The model output must be greater than or equal to this value. required