dreye.ReceptorEstimator.register_bounds#
- ReceptorEstimator.register_bounds(lb=None, ub=None)[source]#
Register new lower and upper bounds, if given.
- Parameters:
- lbfloat or ndarray of shape (n_sources), optional
The lower bound value for each stimulation source.
- ubfloat or ndarray of shape (n_sources), optional
The upper bound value for each stimulation source.