promethee-evaluator
SolidPROMETHEE (Preference Ranking Organization Method for Enrichment Evaluation) skill for outranking-based multi-criteria analysis
AI & Automation 1,160 stars
71 forks Updated today MIT
Install
Quality Score: 96/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# PROMETHEE Evaluator
## Overview
The PROMETHEE Evaluator skill implements the Preference Ranking Organization Method for Enrichment Evaluation methodology for multi-criteria decision analysis. It uses outranking relations based on pairwise comparisons of alternatives, allowing for flexible preference modeling through various preference functions.
## Capabilities
- Preference function selection (Usual, U-shape, V-shape, Level, Linear, Gaussian)
- Unicriterion preference degree calculation
- Multicriteria preference index computation
- PROMETHEE I partial ranking
- PROMETHEE II complete ranking
- GAIA plane visualization
- Walking weights sensitivity analysis
- Net flow calculation
## Used By Processes
- Multi-Criteria Decision Analysis (MCDA)
- Vendor Selection Analysis
- Resource Allocation Decisions
## Usage
### Preference Functions
1. **Usual (Type I)**: Binary preference (1 if better, 0 otherwise)
2. **U-shape (Type II)**: Indifference threshold q
3. **V-shape (Type III)**: Linear with preference threshold p
4. **Level (Type IV)**: Combination of q and p thresholds
5. **Linear (Type V)**: Linear between q and p thresholds
6. **Gaussian (Type VI)**: Normal distribution with sigma parameter
### Configuration Example
```python
# Define PROMETHEE configuration
config = {
"alternatives": ["Alt A", "Alt B", "Alt C", "Alt D"],
"criteria": [
{
"name": "Cost",
"weight": 0.3,
"type": "cost",
"preference_func...
Details
- Author
- a5c-ai
- Repository
- a5c-ai/babysitter
- Created
- 4 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
electre-comparator
ELECTRE family methods skill for outranking-based decision support with concordance and discordance analysis
1,160 Updated today
a5c-ai AI & Automation Solid
topsis-ranker
TOPSIS (Technique for Order of Preference by Similarity to Ideal Solution) ranking skill for multi-criteria evaluation
1,160 Updated today
a5c-ai AI & Automation Solid
mcda-analyzer
Multi-criteria decision analysis skill with AHP, TOPSIS, and weighted scoring methods.
1,160 Updated today
a5c-ai AI & Automation Solid
options-scoring
Multi-criteria decision analysis for solution options with weighted scoring and sensitivity analysis
1,160 Updated today
a5c-ai AI & Automation Solid
ahp-calculator
Analytic Hierarchy Process (AHP) calculation skill for pairwise comparison matrices, consistency checking, and weight derivation
1,160 Updated today
a5c-ai