Fredrik Bagge Carlson

Results 317 issues of Fredrik Bagge Carlson

The lexer provided by https://github.com/sisl/pygments-julia is vastly superior to the standard julia lexer. This PR adds support for this lexer and the two environments that it provides.

I have an implementation of inexact augmented lagrangian method, do you think it would fit in here? ```julia for k = 1:iters prox!(E, proxE, D .- A .+ (1/μ) .*...

Hello and thank you for this very cool package! I have tried it out a bit for optimal-control applications and found that it is extremely performant, sweet! I was wondering...

The two methods https://github.com/SciML/SciMLBase.jl/blob/c2bb35d917b0ca29595c97ea930882bd46534fa9/src/solutions/ode_solutions.jl#LL55-L62 are problematic, when calling `sol(t, Val(1))` expecting that the first method will be called, the second method is actually called since it overwrites the two-argument version...

This pull request sets up the TagBot workflow on this repository. cc: @baggepinnen

```julia @variables x(t)[1:2] y(t) eqs = [ D(x) ~ -x y ~ sum(x.^2) ] @mtkbuild sys = ODESystem(eqs, t) prob = ODEProblem(sys, [x => [1.0, 2.0]], (0.0, 1.0)) ``` ```...

bug
arrays

Very WIP. One test is marked as broken, the values of the discrete variables associated with the clock are not saved This PR adds a clock that fires upon a...