Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d5b82ae

Browse files
authoredAug 20, 2024··
doc: README doc link (#392)
1 parent 810c8d8 commit d5b82ae

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
 

‎README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# ConfigSpace
22

3-
A simple Python module implementing a domain specific language to manage
3+
A simple Python module implementing a domain specific language to manage
44
configuration spaces for algorithm configuration and hyperparameter optimization tasks.
55
Distributed under BSD 3-clause, see LICENSE except all files in the directory
66
ConfigSpace.nx, which are copied from the networkx package and licensed
77
under a BSD license.
88

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/).
1011
Further examples can be found in the [SMAC documentation](https://automl.github.io/SMAC3/main/examples/index.html).
1112

12-
1313
## Minimum Example
1414

1515
```python
@@ -27,7 +27,6 @@ cs = ConfigurationSpace(
2727
configs = cs.sample_configuration(2)
2828
```
2929

30-
3130
## Citing the ConfigSpace
3231

3332
```bibtex

0 commit comments

Comments
 (0)
Please sign in to comment.