Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Implement MARS optimizer #314

Merged
merged 4 commits into from
Dec 21, 2024
Merged

[Feature] Implement MARS optimizer #314

merged 4 commits into from
Dec 21, 2024

Conversation

kozistr
Copy link
Owner

@kozistr kozistr commented Dec 21, 2024

Problem (Why?)

Close #313

Solution (What/How?)

  • implement MARS optimizer

Other changes (bug fixes, small refactors)

N/A

Notes

release v3.3.1

@kozistr kozistr added documentation Improvements or additions to documentation enhancement New feature or request refactoring Refactoring dependencies Dependencies feature request Request features labels Dec 21, 2024
@kozistr kozistr self-assigned this Dec 21, 2024
Copy link

codecov bot commented Dec 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (42b1d76) to head (e915efd).
Report is 5 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main      #314      +/-   ##
===========================================
+ Coverage   99.97%   100.00%   +0.02%     
===========================================
  Files         102       102              
  Lines        7914      7914              
===========================================
+ Hits         7912      7914       +2     
+ Misses          2         0       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kozistr kozistr merged commit d16a368 into main Dec 21, 2024
4 checks passed
@kozistr kozistr deleted the feature/mars-optimizer branch December 21, 2024 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependencies documentation Improvements or additions to documentation enhancement New feature or request feature request Request features refactoring Refactoring size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Optimizer] MARS
1 participant