optiprofiler.Feature.modifier_bounds

optiprofiler.Feature.modifier_bounds#

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

Modify the bounds.

Parameters:
seedint

Seed used to generate random numbers.

problemProblem

Problem for which the bounds are modified.

Returns:
numpy.ndarray, numpy.ndarray

Lower bounds and upper bounds of the modified problem.