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
There are multiple generator and matcher implementations available. They are configured and combined in the central mining configuration file [miners.json](../../miners.default.json).
12
+
A miner profile has the following basic properties:
13
+
14
+
- "enabled": Boolean to easily enable or disable a profile.
15
+
- "backoff": Boolean to control the back-off strategy during sequence matching.
16
+
- "overwrite": Controls whether existing programs should be overwritten. Possible values are "none", "auto" or "all".
17
+
12
18
See below for further details on the [program generation](#program-generation) and [sequence matching](#sequence-matching).
13
19
14
20
## Program Generation
@@ -115,8 +121,8 @@ Matchers are used to match generated programs to integer sequences. They include
115
121
116
122
Matchers perform two operations:
117
123
118
-
***Reduce Sequences:** extract parameters from sequences and reduce sequences to more basic sequences.
119
-
***Extend Programs:** extend generated programs using the extracted sequence parameters so that they match a target sequence.
124
+
-**Reduce Sequences:** extract parameters from sequences and reduce sequences to more basic sequences.
125
+
-**Extend Programs:** extend generated programs using the extracted sequence parameters so that they match a target sequence.
120
126
121
127
See the examples in the following sections for better understanding of the process.
0 commit comments