File: space.rst

package info (click to toggle)
scikit-optimize 0.10.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,672 kB
  • sloc: python: 10,659; javascript: 438; makefile: 136; sh: 6
file content (19 lines) | stat: -rw-r--r-- 451 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.. 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.