paref.pareto_reflection_sequences.multi_dimensional.find_all_pareto_points#
Classes
# TBA: add and if it is reasonable? |
- class paref.pareto_reflection_sequences.multi_dimensional.find_all_pareto_points.FindAllParetoPoints[source]#
Bases:
SequenceParetoReflections# TBA: add and if it is reasonable?
- next(blackbox_function: BlackboxFunction) ParetoReflection[source]#
- Parameters:
blackbox_function (BlackboxFunction) – The blackbox function to which the algorithm is applied
- Returns:
Either the next Pareto reflection or None if the end of the sequence is reached
- Return type:
Optional[ParetoReflection]