You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: