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.