Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
f6dcb74
1
Parent(s):
439159c
Update README.md
Browse files
README.md
CHANGED
@@ -69,7 +69,7 @@ which gives:
|
|
69 |
2 11 0.000000 plus(plus(mult(x0, x0), cos(x3)), plus(-2.0, cos(x3)))
|
70 |
```
|
71 |
|
72 |
-
|
73 |
|
74 |
One can define custom operators in Julia by passing a string:
|
75 |
```python
|
@@ -86,11 +86,11 @@ are automatically vectorized.
|
|
86 |
|
87 |
One can also edit `operators.jl`. See below for more options.
|
88 |
|
89 |
-
|
90 |
|
91 |
Here, we assign weights to each row of data
|
92 |
using inverse uncertainty squared. We also use 10 threads
|
93 |
-
instead of the usual 4, which creates more
|
94 |
(one population per thread).
|
95 |
```python
|
96 |
sigma = ...
|
|
|
69 |
2 11 0.000000 plus(plus(mult(x0, x0), cos(x3)), plus(-2.0, cos(x3)))
|
70 |
```
|
71 |
|
72 |
+
### Custom operators
|
73 |
|
74 |
One can define custom operators in Julia by passing a string:
|
75 |
```python
|
|
|
86 |
|
87 |
One can also edit `operators.jl`. See below for more options.
|
88 |
|
89 |
+
### Weighted data
|
90 |
|
91 |
Here, we assign weights to each row of data
|
92 |
using inverse uncertainty squared. We also use 10 threads
|
93 |
+
instead of the usual 4, which creates more populations
|
94 |
(one population per thread).
|
95 |
```python
|
96 |
sigma = ...
|