"Loop and deliver worst [Solved]"

ammargh
ammargh New Altair Community Member
edited November 5 in Community Q&A
I am trying to compare the best, average, and worst results.
Can anybody advise me on how to get the worst performance vector from a list of performances saved in the repository?

Answers

  • MariusHelf
    MariusHelf New Altair Community Member
    You can use Loop Repository to loop over all performances in the repository, convert the performances to a data set with Performance to Data, Transpose the resulting data such that you have one column per performance value. Then, after the loop, Append all results and use the Aggregate operator to get min, max and average.

    Best regards,
    Marius