SciML / Surrogates.jl

Surrogate modeling and optimization for scientific machine learning (SciML)
https://docs.sciml.ai/Surrogates/stable/
Other
330 stars 69 forks source link

Improved GEKPLS Function #456

Closed Spinachboul closed 9 months ago

Spinachboul commented 9 months ago

Checklist

Additional context

Add any other context about the problem here.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (aa744e5) 78.12% compared to head (089c699) 78.12%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #456 +/- ## ======================================= Coverage 78.12% 78.12% ======================================= Files 23 23 Lines 3154 3154 ======================================= Hits 2464 2464 Misses 690 690 ```

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

Spinachboul commented 9 months ago

@ChrisRackauckas I have changed the sampling method from Sobol to Halton but the PR is not passing the checks Could you suggest any changes?? Here is the link to the GitHub repo: https://github.com/Spinachboul/Surrogates.jl/tree/master