tudat-team / tudatpy

A Python platform to perform astrodynamics and space research.

Home Page:https://tudat-space.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Pareto optimum solutions

gaffarelj opened this issue · comments

A utility could be added to return an array of booleans representing whether each of the solutions from an optimisation is Pareto-optimal or not.
This can be done for two objectives (to get a Pareto front), or for more than two objectives.

This has been implemented as tudatpy.util.pareto_optimums, as pushed in commits 733b138 and a4f6c56.

The documentation associated with this new function can be seen on tudatpy API docs.

Nice addition, and good initiative. Thanks!