-
```
Feature that you'd like us to add or change you'd like us to make:
This is more of a query. Have you considered a self training PID mode?
Thanks,
Logan
```
Original issue reported on code.googl…
-
```
Feature that you'd like us to add or change you'd like us to make:
This is more of a query. Have you considered a self training PID mode?
Thanks,
Logan
```
Original issue reported on code.googl…
-
Different hardware running the same algorithm may need dramatically different threads-per-threadgroup values in order to get good performance. A small device may need a small value so the register fil…
-
We have a file containing a billion pairs of usize that rdst fails to sort properly. You can get the data at http://vigna.di.unimi.it/data.tsv.gz (you'll have to gunzip it), and the program to replica…
vigna updated
9 months ago
-
### Problem
Tick labels are currently centered, also with rotation:
```
plt.bar(range(3), [1, 3, 2], tick_label=['very long tick labels'] * 3)
plt.tick_params(rotation=30)
```
![image](https…
-
### Is your feature request related to a problem? Please describe.
An old PR, gh-12755, proposed adding a package for Automatically Regularized Least Squares to SciPy. See https://github.com/scipy/…
-
```
Hi Paul,
I've experienced some problems with the linear interpolation process and I am
not sure how to solve the problem. When I try to interpolate a 3-component LM I
get the warning:
--------…
-
```
Hi Paul,
I've experienced some problems with the linear interpolation process and I am
not sure how to solve the problem. When I try to interpolate a 3-component LM I
get the warning:
--------…
-
```
Hi Paul,
I've experienced some problems with the linear interpolation process and I am
not sure how to solve the problem. When I try to interpolate a 3-component LM I
get the warning:
--------…
-
Hi Thanks for your sharing of this excellent work!
I have ssuccessfully run ct icp on my own dataset, however, I have two question, and I hope you can help me!
(1) My dataset is collected using …