-
Hello, very nice project.
I've been looking for a relatively simple C library for expression parsing that also supported symbolic differentiation and happened to find your project. Your code seems pr…
-
Hello,
I recently became aware of this project and took a look, and I have to say it's a really nice example of well written modern Fortran. One thing that raised my eyebrow was the handling of I/…
-
Hello Sikang, I seem to be facing the following issue while using mpl_ros for generating trajectory using OccMapPlanner. I have generated a occupancy gridmap using SLAM and fed it into the OccMapPlann…
-
@jviereck @majidkhadiv @avadesh02 @Neotriple
I added my (temporary code) to do 2nd order IK that takes a set of desired trajectories and solves the pb, 1) with a weighted inverse or 2) with a nulls…
-
Please reply here if you are interested in taking over maintenance of this package on github and crates.io, cheers.
-
## FEATURE REQUEST
Could you consider making the C extension build in `setup.py` optional, similarly to how the extensions are currently optional in tests? (i.e. if `PURE_PYTHON=1`, it wouldn't attem…
-
[Reviewer_comments_for_Vortex_Shedding_PINNs.pdf](https://github.com/barbagroup/jcs_paper_pinn/files/13846042/Reviewer_comments_for_Vortex_Shedding_PINNs.pdf)
-
I did a bit of research on environments, closures, lambda lifting, etc. etc. for Myia and thought I would write a quick summary. I'll go over some basic definitions to ground the discussion, even thou…
-
# Code
```julia
import Pkg
Pkg.activate(temp=true, io=devnull)
Pkg.add(name="Optim", version="1.6.0", io=devnull)
Pkg.status()
const AV = AbstractVector{T} where T
using DelimitedFiles, Opt…
-
## Keyword: sgd
### A Convergence Theory for Federated Average: Beyond Smoothness
- **Authors:** Authors: Xiaoxiao Li, Zhao Song, Runzhou Tao, Guangyi Zhang
- **Subjects:** Machine Learning (cs.LG);…