Viewing profile — essexedwards
essexedwards
HN member- Joined
- Thu, Nov 21, 2019, 2:21 AM UTC
- HN karma
- 6
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About essexedwards
No profile information was provided.
Recent public activity
-
comment
Comment #44481222
I haven't read the code, but I would expect simpl.cpp to have something to do with SiMPL https://github.com/dohyun-cse/mfem/blob/simpl2/miniapps/simp...
-
comment
Comment #44477869
According to the paper ( https://arxiv.org/abs/2411.19421 ) the code for SiMPL is implemented in MFEM and is available here: https://github.com/dohyun-cse/mfem/tree/simpl2 .
-
comment
Comment #43262454
Yes, there is hope for a high-level heuristic understanding. Here's my attempt to explain in more familiar terms. They train a new neural network from scratch for each problem. The…
-
comment
Comment #42166745
> No one actually knows what their thresholds are (including library authors) If low-level numerical libraries provided documentation for their accuracy guarantees, it would make i…
-
comment
Comment #42164673
I've also been surprised many times by issues in numerical libraries. In addition to matrices with simple entries, I've found plenty of bugs just testing small matrices, with dimen…