paref.pareto_reflection_sequences.multi_dimensional.find_edge_points_sequence#

Classes

FindEdgePointsSequence()

Find all edge points of the Pareto front

class paref.pareto_reflection_sequences.multi_dimensional.find_edge_points_sequence.FindEdgePointsSequence[source]#

Bases: SequenceParetoReflections

Find all edge points of the Pareto front

Warning

This Pareto reflection assumes that there exist edge points

When to use#

Use this sequence if you want to determine the edge points of your Pareto front, f.e. if you want to know the size of the Pareto front.

What it does#

This sequence applies the search for one Pareto points Pareto reflection to all components until the search converges. Notice: Only in two dimensions, the one Pareto points are guaranteed to exist

Examples

# TBA: add

next(blackbox_function: BlackboxFunction) ParetoReflection | None[source]#