optiprofiler.Feature.modifier_linear_ub

optiprofiler.Feature.modifier_linear_ub#

Feature.modifier_linear_ub(seed, problem)[source]#

Modify the linear inequality constraints.

Parameters:
seedint

Seed used to generate random numbers.

problemProblem

Problem for which the linear inequality constraints are modified.

Returns:
numpy.ndarray, numpy.ndarray

Coefficients of the linear inequality constraints and the right-hand side values of the modified problem.