-
currently we use Vern7 or Vern8 method to reach numerical precision (~1e-7, 1e-8) in our ODE solver based emulation (https://github.com/Happy-Diode/ContinuousEmulator.jl/blob/master/src/ContinuousEmul…
-
### What happened?
## Consider the following scenario.
1.) A user write a **convex** `MathematicalProgram` which include a quadratic cost.
2.) The user knows that the quadratic matrix `Q` is positi…
-
```
Implement special Rayleigh mode, which enables some simplifications (like
using CG iterative solver and calculating only total polarizability
tensor). Use additional symmetries of the particle (ro…
-
## DDPM
#### 1. propose the definition of forward equation. i.e.
and thus
#### 2. design a neutral network that has the below property to approximate the reverse(denoising) process
then we …
-
```
Implement special Rayleigh mode, which enables some simplifications (like
using CG iterative solver and calculating only total polarizability
tensor). Use additional symmetries of the particle (ro…
-
```
It would be awesome with a demo script that calculates the constant in
Gerver's solution to the moving sofa problem with high precision:
http://mathworld.wolfram.com/MovingSofaProblem.html
The m…
-
To plot the bisimilar abstraction for switched systems (DCDC converter), and compute the abstraction parameters, we need to compute a common quadratic lyapunov function.
-
`python-constraint` has served us well, but it's only a constraint verifier -- one or more solutions exist or they do not, there is no order. We've added a heuristic-based weighting step afterwards to…
-
Hello,
I noticed a potential bug with the hasVar() method for level 1 nodes. Here is a code snipped where hasVar() on level 1 returns false but if I transform the same node to a level 0 node and che…
-
Most (all?) Krylov methods in SciPy have the `atol` argument for the absolute tolerance, e.g, [cg](https://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.linalg.cg.html) and [gmres](https:/…