Defining boundaries for FCN weights

Is there a way to predefine fcn weights to stay within a certain range of values, i.e. between 5-15. I want the weights to be large and to optimize within the 5-15 range. Is this at all possible?

Hello,

How about using hooks and clip operation? I think we also can customize step() of optimizer by adding clip operations.