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 convenience functions for TMEA results #5

Open
kMutagene opened this issue Jun 18, 2021 · 1 comment
Open

Add convenience functions for TMEA results #5

kMutagene opened this issue Jun 18, 2021 · 1 comment
Milestone

Comments

@kMutagene
Copy link
Member

kMutagene commented Jun 18, 2021

Convert and save different parts of the result as frame , e.g. potentials only, constraints only, etc.

Most important: save full result in a format that can be consumed again to prevent unnecessary runs of the pipeline

@bvenn
Copy link
Member

bvenn commented Mar 15, 2022

When writing the characterization frame the TMEAResult.invertSignsFor function does not effect the outcome

TMEAResult.toTMEACharacterizationFrame(2,0.05,id) (TMEAResult.invertSignsFor [|3|] tmeaRes)
is equal to
TMEAResult.toTMEACharacterizationFrame(2,0.05,id) tmeaRes

It would be expected that the weights signs within the result frame are inverted.

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

No branches or pull requests

2 participants