-
Erre kíváncsi lennék:
Exploring Weight Agnostic Neural Networks
Tuesday, August 27, 2019
Posted by Adam Gaier, Student Researcher and David Ha, Staff Research Scientist, Google Research, Tokyo
…
-
Some finite element problems can be cast as minimizations rather than boundary value problems; can they be cast as such in scikit-fem and be solved with [`scipy.optimize.minimize`](https://docs.scipy.…
-
The following items are copied from https://github.com/openjournals/joss-reviews/issues/3114#issuecomment-830489203
- [x] optional suggestion: "full shallow water equations?" Maybe omit "full," or …
-
Hi, everyone,
**I run into problems with stickAir layer.
A simple subduction model can run normally with or without stickAir Layer if I use a constant viscosity setting(multicomponet in Material…
-
Hi & thank you for this package!
I'd like to use it to solve a very simple (routine) problem in economics.
![image](https://user-images.githubusercontent.com/7883904/117059196-872c8300-aced-11eb…
-
Looking at the code in [solver DDP](https://github.com/loco-3d/crocoddyl/blob/master/src/core/solvers/ddp.cpp#L246) it seems that the value function's Hessian is computed as:
```
Vxx = Qxx - Qxu*K
…
-
Hi MFEM team, I implemented a handful of IMEX integration schemes, including RK methods from Ascher et al. and Kennedy and Carpenter, and IMEX-BDF methods, including some new ones with adjustable stab…
-
Hi,
Thanks for sharing this code.
I have two questions.
First, I used specfem3d_cartesian to do waveform modeling and kernel (K) computation. The density (rho) kernels used in th…
-
![image](https://user-images.githubusercontent.com/69461969/142520873-a3a7e322-93b8-4c05-b03d-1b74d89a90e4.png)
this is my system, I think I built system with no errors.
```julia
include("compone…
-
The following code tries to find the solutions of a system of (multivariate quadratic) equations. However, the single solution returned by `solve` is not correct.
It seems like `f = 0` should be part…