Haddocks
Dependencies
- [2]
2BUBV6QXType and functions for multiple pareto fronts - [3]
AZEW6CPYuntested - [4]
YZP3U4U4Rename - [5]
ZTIPFONRUse Max and Min rather than our own newtype
Change contents
- edit in src/Math/ParetoFront.hs at line 18
-- | The outcome of comparing two items by possibly multiple contradicting-- criteria. - replacement in src/Math/ParetoFront.hs at line 21
Dominates |-- | Where the second item is preferred by all used criteria - edit in src/Math/ParetoFront.hs at line 23
-- | Where the items are equal by all used criteria - replacement in src/Math/ParetoFront.hs at line 25
StrongTie-- | Where each item is preferred by at least one criterionStrongTie |-- | Where the first item is preferred by all used criteraDominates - edit in src/Math/ParetoFront.hs at line 41
-- | Items which can be compared by possibly multiple criteria contradicting-- criteria - edit in src/Math/ParetoFront.hs at line 77
-- | A collection of items where no item is preferred by all criteria. - edit in src/Math/ParetoFront.hs at line 79
-- | A series of 'Front's such that each subsequent 'Front' consists of-- items for which some item in the previous front is preferable by all-- criteria. - edit in src/Math/ParetoFront.hs at line 101
-- | Where two 'Front's are combined, all items are retained except those for-- which at least one other item is preferred by all criteria.