You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR applies `pre-commit` hooks to normalize whitespace (trimming trailing whitespace and enforcing consistent end-of-file newlines).
These rules are already applied to most other RAPIDS repos, so this PR aligns with the norm in RAPIDS.
Authors:
- Bradley Dice (https://github.com/bdice)
Approvers:
- Jake Awe (https://github.com/AyodeAwe)
- Vyas Ramasubramani (https://github.com/vyasr)
- Dante Gama Dessavre (https://github.com/dantegd)
URL: #6238
[ 20%] Performing download step (git clone) for 'raft'
@@ -28,7 +28,7 @@ Scanning dependencies of target symreg_example
28
28
[100%] Linking CUDA executable symreg_example
29
29
[100%] Built target symreg_example
30
30
```
31
-
`CMakeLists_standalone.txt` also loads a minimal set of header dependencies(namely [raft](https://github.com/rapidsai/raft) and [cub](https://github.com/NVIDIA/cub)) if they are not detected in the system.
31
+
`CMakeLists_standalone.txt` also loads a minimal set of header dependencies(namely [raft](https://github.com/rapidsai/raft) and [cub](https://github.com/NVIDIA/cub)) if they are not detected in the system.
32
32
## Run
33
33
34
34
1. Generate a toy training and test dataset
@@ -53,7 +53,7 @@ $ ./symreg_example -n_cols 2 \
53
53
-stopping_criteria 0.01 \
54
54
-p_crossover 0.7 \
55
55
-p_subtree 0.1 \
56
-
-p_hoist 0.05 \
56
+
-p_hoist 0.05 \
57
57
-p_point 0.1 \
58
58
-parsimony_coefficient 0.01
59
59
```
@@ -77,11 +77,11 @@ Finished training for 4 generations.
0 commit comments