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

Update estim #211

Merged
merged 20 commits into from
Sep 30, 2023
Merged

Update estim #211

merged 20 commits into from
Sep 30, 2023

Conversation

pw0908
Copy link
Member

@pw0908 pw0908 commented Sep 28, 2023

Adds a few new features:

  • export_model: exports all the model parameters to a CSV. Useful for exporting results from parameter estimation.
  • Add option to define your own objective function using the objective_form optional argument.
  • Add extension for Metaheuristics.jl to abstract away complexities with parameter estimation.

@codecov
Copy link

codecov bot commented Sep 28, 2023

Codecov Report

Merging #211 (31038b8) into master (37d9a0f) will decrease coverage by 0.27%.
Report is 3 commits behind head on master.
The diff coverage is 66.22%.

@@            Coverage Diff             @@
##           master     #211      +/-   ##
==========================================
- Coverage   82.12%   81.85%   -0.27%     
==========================================
  Files         261      264       +3     
  Lines       16789    17082     +293     
==========================================
+ Hits        13788    13983     +195     
- Misses       3001     3099      +98     
Files Coverage Δ
src/Clapeyron.jl 100.00% <ø> (ø)
src/base/EoSModel.jl 79.16% <100.00%> (+0.29%) ⬆️
src/database/UserReader.jl 84.00% <100.00%> (ø)
src/database/database_utils.jl 60.30% <0.00%> (-0.31%) ⬇️
src/database/database.jl 86.59% <25.00%> (-0.60%) ⬇️
src/estimation/estimation.jl 53.09% <57.14%> (+0.24%) ⬆️
src/utils/export_model.jl 97.46% <97.46%> (ø)
ext/ClapeyronMetaheuristicsExt.jl 0.00% <0.00%> (ø)
src/database/database_writer.jl 0.00% <0.00%> (ø)

... and 1 file with indirect coverage changes

@pw0908 pw0908 merged commit 7b2f0ce into master Sep 30, 2023
20 of 22 checks passed
@pw0908 pw0908 deleted the update-estim branch November 30, 2023 22:49
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.

None yet

2 participants