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

Major refactor of JSOSuite to use traits and remove most dependencies #131

Closed
wants to merge 1 commit into from

Conversation

abelsiqueira
Copy link
Member

Major refactor to use traits instead of a dataframe and removing extra dependencies.

One of the objectives is to allow dispatching on the Solver, so we can have some type stability. We still won't have the most basic minimize call being type stable, since it will use a keyword-based select_optimizer to choose an optimizer.

@dpo @tmigot Any thoughts on this before I start making larger changes?

@abelsiqueira abelsiqueira force-pushed the clean-up branch 2 times, most recently from 25cdf39 to 56da2a1 Compare November 20, 2023 19:57
Copy link

codecov bot commented Nov 20, 2023

Codecov Report

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

Comparison is base (653202a) 79.75% compared to head (f1354e2) 32.25%.

Files Patch % Lines
src/selection.jl 43.75% 27 Missing ⚠️
src/optimizers-traits.jl 54.05% 17 Missing ⚠️
src/traits.jl 66.66% 13 Missing ⚠️
src/solver-shell.jl 71.42% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #131       +/-   ##
===========================================
- Coverage   79.75%   32.25%   -47.50%     
===========================================
  Files          10       15        +5     
  Lines         242      341       +99     
===========================================
- Hits          193      110       -83     
- Misses         49      231      +182     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant