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

[WIP] Ensemble #620

Closed Vaibhavdixit02 closed 9 months ago

codecov[bot] commented 10 months ago

Codecov Report

Merging #620 (9daba63) into master (461d002) will increase coverage by 5.39%. The diff coverage is 0.00%.

@@            Coverage Diff            @@
##           master    #620      +/-   ##
=========================================
+ Coverage    2.85%   8.25%   +5.39%     
=========================================
  Files          40      41       +1     
  Lines        2694    2714      +20     
=========================================
+ Hits           77     224     +147     
+ Misses       2617    2490     -127     
Files Coverage Δ
src/Optimization.jl 37.03% <ø> (ø)
src/ensemble.jl 0.00% <0.00%> (ø)

... and 7 files with indirect coverage changes

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

Vaibhavdixit02 commented 9 months ago

superseeded by https://github.com/SciML/SciMLBase.jl/pull/538