.. currentmodule:: skopt.space.space

.. _space:

Space
=====
:class:`Space` define the optimization space which contains one or multiple dimensions of the following type:

:class:`Real`
-------------
Search space dimension that can take on any real value.

:class:`Integer`
----------------
Search space dimension that can take on integer values.

:class:`Categorical`
--------------------
Search space dimension that can take on categorical values.
