-
- [x] merge pfr and fgam
- [x] renaming psfr
- [x] allowing random effects in user-friendly way
- [x] build preprocessing functions
- [x] fix issues from preprocessing
- [x] summary method (use summar…
-
An overview over all techniques/strategies mentioned:
1. Policy exploration/exploitation
- $\epsilon$-greedy
- Softmax
2. Update Q function
- SARSA
- (k-step) temporal differen…
luwo9 updated
3 months ago
-
**Bug**
Some pattern involving array switch on conditional and function broke after 0.14. I haven't tracked down exactly when, but 0.14.2 is broken.
This has been first identified in the larger Pace…
-
### [LSV] Enhance SCEV to Handle Disjoint Flag in OR Instructions and Restore Vectorization Opportunities
### Summary:
This patch enhances the LoadStoreVectorizer (LSV) pass to handle the disjoint…
-
| | |
| --- | --- |
| Bugzilla Link | [20006](https://llvm.org/bz20006) |
| Version | trunk |
| OS | Linux |
| Attachments | [Function demonstrating regression.](https://user-images.githubuserconten…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR20006](https://bugs.llvm.org/show_bug.cgi?id=20006) |
| Status | NEW |
| Importance | P normal |
|…
-
Our demos do a lot of work that could be done automatically by the dycore during its initialization:
* reading in a mesh file
* extruding the mesh
* distributing the mesh
* setting the type of b…
-
Creating a list of potential features that may be nice to have, but aren't necessarily a priority right now.
- [x] Double backward w/ adjoint (#49)
- [x] Stratonovich adjoint support for additive/…
-
I tried to plot the result of a pffr I made. It was a function-on-scalar regression with the constant 1 and the sex as covariates. When I plotted it, the scale of the first coefficient was too high fo…
-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I'm looking to do functional regression, when we have many records, each with a set number of data points.…