Benoît Legat
Benoît Legat
Currently, we only test giving QPs in standard form and use QPDiff or giving CPs in standard for and use ConicDiff. The user might not give these form and get...
In the website https://juliareinforcementlearning.org/, there are the three lines ```julia julia> ] add ReinforcementLearningExperiments julia> using ReinforcementLearningExperiments julia> run(E`JuliaRL_BasicDQN_CartPole`) ``` However, the third one gives (on Julia v1.7.1) ```julia julia>...
When reading `andora.osm.pbf` with OpenStreetMapX (using https://github.com/pszufe/OpenStreetMapX.jl/pull/52), the timing is: Before this PR: ```jl julia> @time OpenStreetMapX.parsePBF("/home/blegat/Downloads/andorra-latest.osm.pbf"); 0.266550 seconds (578.92 k allocations: 134.372 MiB, 16.38% gc time) ``` After this...
See https://github.com/jump-dev/MathOptInterface.jl/issues/1833
Closes https://github.com/JuliaPolyhedra/Polyhedra.jl/issues/303
@dimpase Is the link https://cddlib.github.io/polyhedral_faq/#x1-250002.22 expected to change ? The tag `#x1-250002.22` seems fragile
Need to add test, it came up when I tried doing `convexhull([1], Ray([1]))` but its output does not contain the origin in the points which is inconsistent with `convexhull([1], Ray([1]),...
```julia julia> h = hrep([HalfSpace([-0.3241379310344826, -0.32413793103448274], 0.0), HalfSpace([0.11428571428571432, 0.6857142857142857], 0.0), HalfSpace([0.3241379310344826, 0.32413793103448274], 0.0)]) H-representation Polyhedra.Intersection{Float64, Vector{Float64}, Int64}: 3-element iterator of HalfSpace{Float64, Vector{Float64}}: HalfSpace([-0.3241379310344826, -0.32413793103448274], 0.0) HalfSpace([0.11428571428571432, 0.6857142857142857], 0.0) HalfSpace([0.3241379310344826, 0.32413793103448274],...