optiprofiler.Feature.modifier_linear_eq#
- Feature.modifier_linear_eq(seed, problem)[source]#
Modify the linear equality constraints.
- Parameters:
- seedint
Seed used to generate random numbers.
- problem
Problem Problem for which the linear equality constraints are modified.
- Returns:
numpy.ndarray,numpy.ndarrayCoefficients of the linear equality constraints and the right-hand side values of the modified problem.