Optimization.jl icon indicating copy to clipboard operation
Optimization.jl copied to clipboard

Use larger step size in ADAM in polyalgorithm

Open Vaibhavdixit02 opened this issue 1 year ago • 1 comments

Using very small stepsize doesn't make sense since the point is to more effectively explore the parameter space

Vaibhavdixit02 avatar Nov 17 '23 17:11 Vaibhavdixit02

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (a7ab9f1) 0.00% compared to head (a0b19d5) 8.27%.

Files Patch % Lines
...onPolyalgorithms/src/OptimizationPolyalgorithms.jl 0.00% 6 Missing :warning:
Additional details and impacted files
@@            Coverage Diff            @@
##           master    #628      +/-   ##
=========================================
+ Coverage    0.00%   8.27%   +8.27%     
=========================================
  Files          12      40      +28     
  Lines        1141    2707    +1566     
=========================================
+ Hits            0     224     +224     
- Misses       1141    2483    +1342     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Nov 17 '23 17:11 codecov[bot]