paref.pareto_reflections.priority_search#
Classes
|
Find Pareto points which reflect your priorities |
- class paref.pareto_reflections.priority_search.PrioritySearch(blackbox_function, priority: ndarray)[source]#
Bases:
MinGParetoReflectionFind Pareto points which reflect your priorities
When to use#
This Pareto reflection should be used if you wish to obtain Pareto points where different weights are assigned to the different dimensions of the target space.
Warning
This Pareto reflection assumes that an edge point corresponding to each component was already (approximately) found. Use the
FindEdgePointsSequencesequence of Pareto reflections first.- property g: Callable#