-
Normaliz has several computation options. They should be exposed by the `Polyhedron_normaliz` constructor.
4.3. Algorithmic variants
The default choice is the Normaliz primal algorithm that is ba…
-
Here is an MWE:
```julia
using DifferentialEquations
using Unitful
function ode_system!(du, u, p, t)
R0, τ, Tref = p
T = u[1]*u"K"
dTdt = -T / (1 + R0*(Tref - T)) / τ
…
-
The algorithm assume general position of the input, namely no more than two points on the same line.
There is a function checking that this is the case, but its not always enabled, as it runs in O(n^…
-
Hi,
I would propose we start the dual use effort by creating a separate package with just the AsgAlgorithm base class in it. Then make your base class inherit from this class.
This will become where…
-
Please consider exercising some well-known control algorithms. I offer a couple and invite others.
- AIMD https://en.wikipedia.org/wiki/Additive_increase/multiplicative_decrease
- CoDel https://en…
-
I am running 6x Gigabyte GTX G1 1070's I installed the new update 2 days ago it would run for a few hrs then crash I guess from Triple mining the second time it was doing 3 coins on 5 different algori…
-
solves auxiliary conic problems if necessary, with some zeroed-out b, c, or h. see https://epubs.siam.org/doi/pdf/10.1137/15M1049415
-
One of the ideas behind this library was to create differentiable geometry. We need to solve Quadratic Error Functions for Dual contours (#15). In addition we may save some time by using Oct Trees, bu…
-
https://github.com/hypro/hypro/blob/2d918ee07acbe47daaa932e224a3a1f202e91a59/src/hypro/representations/Polytopes/VPolytope/VPolytope.tpp#L50
Hi, the algorithm you are using is to enumerate all the …
-
Here are two ideas for improving LU and LUniv suggested by Joseph in this thread: https://groups.google.com/forum/?fromgroups#!topic/skeptik-dev/knoIZHwfKyY%5B1-25%5D
Idea 1:
Joseph - For LUniv and …