electre-comparator

Solid

ELECTRE family methods skill for outranking-based decision support with concordance and discordance analysis

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# ELECTRE Comparator ## Overview The ELECTRE Comparator skill implements the ELECTRE (ELimination Et Choix Traduisant la REalite) family of methods for multi-criteria decision analysis. It uses outranking relations based on concordance and discordance indices to handle complex decision problems with incomparability and threshold-based preferences. ## Capabilities - ELECTRE I, II, III, IV, TRI implementation - Concordance matrix calculation - Discordance matrix calculation - Credibility degree computation - Outranking relation determination - Kernel and ranking extraction - Threshold sensitivity analysis - Classification into ordered categories (ELECTRE TRI) ## Used By Processes - Multi-Criteria Decision Analysis (MCDA) - Portfolio Selection - Project Prioritization ## Usage ### ELECTRE Method Selection | Method | Purpose | Output | |--------|---------|--------| | ELECTRE I | Selection | Kernel (best alternatives) | | ELECTRE II | Ranking | Strong/weak rankings | | ELECTRE III | Ranking | Credibility-based ranking | | ELECTRE IV | Ranking | No weights required | | ELECTRE TRI | Sorting | Category assignment | ### Configuration Example ```python # Define ELECTRE III configuration config = { "alternatives": ["Project A", "Project B", "Project C", "Project D"], "criteria": [ { "name": "ROI", "weight": 0.35, "type": "benefit", "thresholds": {"q": 2, "p": 5, "v": 15} # indifference, preference, veto ...

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

promethee-evaluator

PROMETHEE (Preference Ranking Organization Method for Enrichment Evaluation) skill for outranking-based multi-criteria 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 Listed

elo-select

Rank competing hypotheses with pairwise Elo updates before choosing what to implement.

6 Updated 1 weeks ago
whenpoem
AI & Automation Listed

comparator

Generic Comparison Matrix Builder: creates, populates, and maintains weighted XLSX comparison matrices for ANY domain and ANY pair (or set) of solutions. Evidence comes from whatever is available — CIRs produced by MultAI's solution-researcher, documents in the working folder, LLM knowledge, or user description. A CIR is not required. Supports two entry points: • "compare X vs Y" — full standalone comparison from scratch (Gap 5 flow) • matrix operations on an existing XLSX — add-platform, reorder, combo, verify USE THIS SKILL when the user wants to: compare solutions head-to-head, build a capability matrix, add a platform to a matrix, reorder or verify a matrix, create a combo column, or produce a scored comparison of any two products. Trigger keywords: "compare", "comparison matrix", "capabilities matrix", "add platform", "update the matrix", "reorder", "verify ticks", "combo column", "score", "head-to-head", "which is better".

2 Updated yesterday
alo-exp
AI & Automation Listed

consensus

Compare multiple implementation options and converge on one decision with explicit tradeoffs.

2 Updated today
ibahgat