Oscar Dowson
Oscar Dowson
People want skip connections, e.g., for ICNN. There's nothing really blocking this. We just need to design the right approach.
Closes #214 Following up from our discussion at JuMP-dev. I have some questions, mainly around how this would be used. Would you want to use this an explicit layer, or...
I need to update MibS_jll to support aarch64-apple-darwin.
There's a few uncovered lines, even though they should be covered: Same thing in MOI Change seems to be around the time Julia v1.12 was released
Am I calling something wrong? ```Julia julia> using HiGHS julia> unsafe_string(Highs_version()) "1.12.0" julia> highs = Highs_create() Ptr{Nothing}(0x000000013f53b800) julia> Highs_readModel(highs, "/Users/odow/git/jump-dev/MathOptIIS/test/small.lp.gz") Running HiGHS 1.12.0 (git hash: 755a8e027): Copyright (c) 2025 HiGHS...
A user writes: ```` I’ve added a set of fuel constraints and defined the fuel storage variable—which represents the amount of fuel currently in storage—as a stage variable. All test...
There are currently a few differences https://github.com/odow/SDDP.jl/pull/848#discussion_r2051237176
Closes #518, but I'm not overly enthused about it. I need to do some proper testing.