bundles / scipy 1.17.1 / scipy / optimize / _lsq / common / make_strictly_feasible
function
scipy.optimize._lsq.common:make_strictly_feasible
Signature
def make_strictly_feasible ( x , lb , ub , rstep = 1e-10 ) Summary
Shift a point to the interior of a feasible region.
Extended Summary
Each element of the returned vector is at least at a relative distance rstep from the closest bound. If rstep=0 then np.nextafter is used.
Aliases
-
scipy.optimize._lsq.common.make_strictly_feasible