optiprofiler.Feature.modifier_bounds#
- Feature.modifier_bounds(seed, problem)[source]#
Modify the bounds.
- Parameters:
- seedint
Seed used to generate random numbers.
- problem
Problem Problem for which the bounds are modified.
- Returns:
numpy.ndarray,numpy.ndarrayLower bounds and upper bounds of the modified problem.