[joss-reviews#2974] How to obtain pareto-optimal solutions from moead?
sjvrijn opened this issue · 2 comments
sjvrijn commented
Related: openjournals/joss-reviews#2974
As demonstrated by the provided examples, the moead.run()
method returns the found pareto-set of solution evaluations, i.e. the output of f(function_id, solution)
.
I can't however find which (input) solutions correspond to the returned outputs.
How should these solutions be accessed?
geoffreyp commented
sjvrijn commented
Thanks for the clarification, but even after that it took me 3-4 looks to figure out what you meant. I will split those up into distinct other issues.