Skip to content

MBM: optional GP-based M sampling on InfiniteGDP models - #139

Open
dnguyen227 wants to merge 3 commits into
infiniteopt:masterfrom
dnguyen227:mbm_gp
Open

MBM: optional GP-based M sampling on InfiniteGDP models #139
dnguyen227 wants to merge 3 commits into
infiniteopt:masterfrom
dnguyen227:mbm_gp

Conversation

@dnguyen227

Copy link
Copy Markdown
Contributor

Implementation of MBM

using AbstractGPs 

optimize!(model, gdp_method = MBM(HiGHS.Optimizer)) 

MBM(HiGHS.Optimizer, M_sampler = :exact)                        # every support, as before
MBM(HiGHS.Optimizer, M_sampler = GPSampler(budget = 0.1))       # solve 10% of supports
MBM(HiGHS.Optimizer, M_sampler = GPSampler(kappa = 4.0))        # more conservative M

Not sure how to work around needing to make a new extension.

@codecov

codecov Bot commented Aug 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.53%. Comparing base (a4ebe8a) to head (fa4a7ca).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #139      +/-   ##
==========================================
+ Coverage   99.51%   99.53%   +0.01%     
==========================================
  Files          17       18       +1     
  Lines        2061     2143      +82     
==========================================
+ Hits         2051     2133      +82     
  Misses         10       10              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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