Hyperstudy Optima Results Terms
I'm busy working on a design project where I need to compare 4 designs of a component in a mechanism. I have an excel workbook which is driven by hyperstudy in 4 optimisation solvers to produce a set of optimal points for each design which I can then compare between the 4 and pick the best option.
I've written a python script which reads excel reports exported by hyperstudy and complies them into a single plot with shared axes to make the comparison easier and clearer to readers. Digging into the results, I saw that when plotting optima in hyperstudy it draws a number of unique points from a wider pool.
When it says x unique points, bad values etc. what is this trying to convey and is there anyway to filter for the unique results in the excel report export?
I haven't been able to find any explanations in the help documentation.
Best Answer
-
i believe you're talking about the statistics of all your optimization runs. HyperStudy creates some statistics based on the models run, indicating among them how many unique/different designs were run, outliers, ...
It is probably related to the post processing step, under Health.
1
Answers
-
i believe you're talking about the statistics of all your optimization runs. HyperStudy creates some statistics based on the models run, indicating among them how many unique/different designs were run, outliers, ...
It is probably related to the post processing step, under Health.
1 -
Adriano A. Koga_21884 said:
i believe you're talking about the statistics of all your optimization runs. HyperStudy creates some statistics based on the models run, indicating among them how many unique/different designs were run, outliers, ...
It is probably related to the post processing step, under Health.
Hi Adriano,
Thanks for the response. Those stats were what hyperstudy was pulling in, but it was showing me them on the side bar of the optima plot. Either way I took a look at the stats but they didn't really help. According to them there were no bad values.
Digging into the data though, I found a number of repeated values at that seems to be what the wider pool was. So effectively what was happing hyperstudy was filtering out repeat values but I wasn't at the time so to me it seemed like there was much more data than there was.
This is interesting because it means in the outputs in xlsx reports, hyperstudy will still give you optimum repeated values - just something for people to be aware of if they come across this post/a similar issue.
anyway thank you for the help nonetheless
0