Cell Descriptions of Minimal Functions - Inital version#95
Open
ComboProblem wants to merge 87 commits intomkoeppe:masterfrom
Open
Cell Descriptions of Minimal Functions - Inital version#95ComboProblem wants to merge 87 commits intomkoeppe:masterfrom
ComboProblem wants to merge 87 commits intomkoeppe:masterfrom
Conversation
Remove Setup Tools
iteration of testing
Add Partial test point impl
Minimal function cashe
P plite bsa
not needed for containerized set ups
integrate logging changes
cache loading tested
Removing setup tools; required for apptainer usage and generation of minimal function cahce
some fixes
Update loading methods
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request depends on #91 and #86 .
This pull request implements a method of generating a semialgebraic cell description for the space of continuous minimal functions with at most n breakpoints as parameterized by breakpoints a values.
Cell descriptions of minimal functions can be assessed by the class
PiMinContContainer. For example:Information is stored by representative elements of the cells. This information can be stored and reused. Generating cell descriptions for more than 4 breakpoints can take a prohibitively long time depending on the users hardware. An optional package
minimalFunctionCachefrom MinimalFunctionCache can be installed to assess pre computed cell descriptions for n=2..7.Planned updates include adding code to verify combinatorial properties of the value polyhedron and adding methods ensure no cells are repeated in the description.