File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
# ConfigSpace
2
2
3
- A simple Python module implementing a domain specific language to manage
3
+ A simple Python module implementing a domain specific language to manage
4
4
configuration spaces for algorithm configuration and hyperparameter optimization tasks.
5
5
Distributed under BSD 3-clause, see LICENSE except all files in the directory
6
6
ConfigSpace.nx, which are copied from the networkx package and licensed
7
7
under a BSD license.
8
8
9
- The documentation can be found at [ https://automl.github.io/ConfigSpace/main/ ] ( https://automl.github.io/ConfigSpace/main/ ) .
9
+ The documentation can be found
10
+ at [ https://automl.github.io/ConfigSpace/latest/ ] ( https://automl.github.io/ConfigSpace/latest/ ) .
10
11
Further examples can be found in the [ SMAC documentation] ( https://automl.github.io/SMAC3/main/examples/index.html ) .
11
12
12
-
13
13
## Minimum Example
14
14
15
15
``` python
@@ -27,7 +27,6 @@ cs = ConfigurationSpace(
27
27
configs = cs.sample_configuration(2 )
28
28
```
29
29
30
-
31
30
## Citing the ConfigSpace
32
31
33
32
``` bibtex
You can’t perform that action at this time.
0 commit comments