.. _parameters: Parameters ------------------ .. module:: pyhopper .. autofunction:: float .. code-block:: python import pyhopper pyhopper.float(0,1) # Bounded by 0 and 1 pyhopper.float(1) # Implicitly bounded by 0 and 1 pyhopper.float() # Unbounded .. autofunction:: int .. autofunction:: choice .. autofunction:: custom .. autoclass:: Parameter :members: