#include <shark/LinAlg/Base.h>
Go to the source code of this file.
Namespaces | |
shark | |
AbstractMultiObjectiveOptimizer. | |
Enumerations | |
enum | shark::DominanceRelation { shark::INCOMPARABLE = 0, shark::LHS_DOMINATES_RHS = 1, shark::RHS_DOMINATES_LHS = 2, shark::EQUIVALENT = 3 } |
Result of comparing two objective vectors w.r.t. Pareto dominance. More... | |
Functions | |
template<class VectorTypeA , class VectorTypeB > | |
DominanceRelation | shark::dominance (VectorTypeA const &lhs, VectorTypeB const &rhs) |
Pareto dominance relation for two objective vectors. More... | |