We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 052ef57 commit 740ba23Copy full SHA for 740ba23
README.md
@@ -1,4 +1,12 @@
1
-# Installation
+libGroomRL
2
+==========
3
+
4
+## About
5
6
+libGroomRL is a C++ library allowing an easy access in C++ analyses to grooming strategies based on neural network models trained by
7
+[GroomRL](https://github.com/JetsGame/GroomRL "GroomRL github").
8
9
+## Installation
10
11
In order to install proceed with the usual cmake steps:
12
```bash
@@ -12,7 +20,7 @@ We provide the cmake options `-DENABLE_WRAPPERONLY=ON/OFF` in order to compile a
20
`libgroomrl-fastjet` which only includes a wrapper for the python call evaluating the neural network output.
13
21
14
22
15
-# Usage
23
+## Usage
16
24
17
25
The compiler flags to include this library in your package can be
18
26
retreived with:
0 commit comments