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

Add Subgradients and Automated Function Writing #7

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

RXGottlieb
Copy link
Member

-- Subgradients are now included in SCMC, which enables this package to use gradient-based lower-bounding methods.
-- An automated function generator (fgen) is included, which stitches together smaller SCMC functions to create relaxation-generating functions for arbitrarily complicated expressions.
-- The ParBB algorithm is updated to make use of subgradients through a GPU-accelerated two-phase simplex method, which parallelizes individual simplex operations to apply simultaneously to multiple simplex tableaus.
-- Updated documentation to reflect current SCMC operation.

-- Subgradients are now included in SCMC, which enables this package to use gradient-based lower-bounding methods.
-- An automated function generator (`fgen`) is included, which stitches together smaller SCMC functions to create relaxation-generating functions for arbitrarily complicated expressions.
-- The ParBB algorithm is updated to make use of subgradients through a GPU-accelerated two-phase simplex method, which parallelizes individual simplex operations to apply simultaneously to multiple simplex tableaus.
-- Updated documentation to reflect current SCMC operation.
@RXGottlieb RXGottlieb merged commit 9410354 into PSORLab:master Nov 7, 2024
4 of 6 checks passed
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.

2 participants