Skip to main content
Ctrl+K
Paref - Home
  • basics
  • faq
  • trouble-shooting
  • algorithms
  • demo
    • api-reference
    • sequences
    • reflections
    • theory
  • GitHub
  • basics
  • faq
  • trouble-shooting
  • algorithms
  • demo
  • api-reference
  • sequences
  • reflections
  • theory
  • GitHub
  • API Reference
  • paref.pareto_reflections
  • paref.pareto...

paref.pareto_reflections.priority_search#

Classes

PrioritySearch(blackbox_function, priority)

Find Pareto points which reflect your priorities

class paref.pareto_reflections.priority_search.PrioritySearch(blackbox_function, priority: ndarray)[source]#

Bases: MinGParetoReflection

Find 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 FindEdgePointsSequence sequence of Pareto reflections first.

property g: Callable#

previous

paref.pareto_reflections.operations.compose_sequences

next

paref.pareto_reflections.restrict_by_point

On this page
  • PrioritySearch
    • PrioritySearch.g
Show Source

© Copyright 2023, Nicolai Palm.

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.15.4.