SciML / Optimization.jl

Mathematical Optimization in Julia. Local, global, gradient-based and derivative-free. Linear, Quadratic, Convex, Mixed-Integer, and Nonlinear Optimization in one simple, fast, and differentiable interface.
https://docs.sciml.ai/Optimization/stable/
MIT License
704 stars 77 forks source link

Fix chunksize issue #595

Closed Vaibhavdixit02 closed 11 months ago

Vaibhavdixit02 commented 11 months ago

The dual creation was incorrect for bigger problems because the config could only be created with the chunksize limit (11)

codecov[bot] commented 11 months ago

Codecov Report

Merging #595 (b82d7c3) into master (1167183) will decrease coverage by 0.70%. The diff coverage is 0.00%.

@@            Coverage Diff            @@
##           master    #595      +/-   ##
=========================================
- Coverage    9.35%   8.65%   -0.70%     
=========================================
  Files          40      40              
  Lines        2663    2669       +6     
=========================================
- Hits          249     231      -18     
- Misses       2414    2438      +24     
Files Changed Coverage Δ
ext/OptimizationReverseDiffExt.jl 0.00% <0.00%> (ø)
ext/OptimizationSparseDiffExt.jl 0.00% <0.00%> (ø)

... and 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more