Skip to content

Add lexicographic Pareto front selection example#789

Open
disnexide wants to merge 1 commit into
anyoptimization:mainfrom
disnexide:docs/lexicographic-pareto-selection
Open

Add lexicographic Pareto front selection example#789
disnexide wants to merge 1 commit into
anyoptimization:mainfrom
disnexide:docs/lexicographic-pareto-selection

Conversation

@disnexide
Copy link
Copy Markdown

This PR adds a small documentation example for selecting one final solution from an already obtained Pareto front using lexicographic ordering.

The example is intended as a simple decision-making helper: objectives are sorted by priority, and solutions are compared according to this priority order. This can be useful when a multi-objective optimization algorithm returns a set of Pareto-optimal solutions, but one final compromise solution is needed.

All objectives in the example are assumed to be minimized. For maximization objectives, users can multiply the corresponding objective values by -1 before applying the function.

Add a small documentation example for selecting one solution from a Pareto front using lexicographic ordering.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant