Skip to content

Commit f71508c

Browse files
authored
Cleanup the readme
1 parent 5f1e3d3 commit f71508c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# ConfigSpace
22

3-
A simple python module to manage configuration spaces for algorithm configuration
4-
and hyperparameter optimization tasks.
3+
A simple Python/Cython module implementing a domain specific language to manage
4+
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-
[![Build Status](https://travis-ci.org/automl/ConfigSpace.svg?branch=master)](https://travis-ci.org/automl/ConfigSpace)
10-
119
The documentation can be found at [https://automl.github.io/ConfigSpace/master/](https://automl.github.io/ConfigSpace/master/).
12-
Further examples can be found in the [SMAC documentation](https://automl.github.io/SMAC3/stable/quickstart.html#using-smac-in-python-svm).
10+
Further examples can be found in the [SMAC documentation](https://automl.github.io/SMAC3/master/pages/examples/index.html).
1311

1412
## Citing the ConfigSpace
1513

0 commit comments

Comments
 (0)