Replies: 2 comments 4 replies
-
|
17 Dec 21 Live Discussion between @HenryGeorgist @rnugent3 Consider: what would I like the path to the result of interest to be? Refactor to make this better. Two interfaces: |
Beta Was this translation helpful? Give feedback.
-
|
on the interface, we'll need a SetDamageFunction and GetDamageFunction. We'll need a signal in the code that we have a preview. e.g. if results object is a IPreviewResults object, return a boolean or something: if (resultsObject is IPreviewResults) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We need to refactor the code that gives us simulation results. Alternative and alternative comparison report results are a separate beast.
Problems include:
double actual = results.Thresholds.ThresholdsDictionary[thresholdID].Performance.MeanAEP();Opportunities include:
Objectives include:
Constraints include:
What are the simulation results we need:
Beta Was this translation helpful? Give feedback.
All reactions