Skip to content

Commit

Permalink
Cleanup the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer authored Dec 13, 2021
1 parent 5f1e3d3 commit f71508c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# ConfigSpace

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

[![Build Status](https://travis-ci.org/automl/ConfigSpace.svg?branch=master)](https://travis-ci.org/automl/ConfigSpace)

The documentation can be found at [https://automl.github.io/ConfigSpace/master/](https://automl.github.io/ConfigSpace/master/).
Further examples can be found in the [SMAC documentation](https://automl.github.io/SMAC3/stable/quickstart.html#using-smac-in-python-svm).
Further examples can be found in the [SMAC documentation](https://automl.github.io/SMAC3/master/pages/examples/index.html).

## Citing the ConfigSpace

Expand Down

0 comments on commit f71508c

Please sign in to comment.