Simple Additive Weighting Algorithm

Description

Algorithm implementation of Simple Additive Weighting for handle any problem in any context that match with the usecases of this algorithm, while the required arguments/data, must be provided to the algorithm by the user/client/developer/programmer.

The usecases of the algorithm mentioned earlier are followings:

  • Any case that chooses one and the best candidate of multiple candidates by considering weight of each criteria for each variable involved in each candidate
  • Any case that list multiple candidate based on their rank, and also by considering the things mentioned in the previous case

Preview

Project Type

  • Experiment

Status

Complete

Category

  • Algorithm
  • CLI

Features

  • Can select/choose one and the candidate from multiple candidates
  • Can list candidate based on their rank
  • Transparent calculation process so you can look to all detail about how exactly the algorithm work under the hood

Tech Stack

  • Programming Language
    • Python
  • Library
    • Maplotlib

Applications

  • Decision Support System for Scholarship Acceptance Using Simple Additive Weighting Method
  • Decision Support System for Credit Applications in Cooperatives Using Simple Additive Weighting Method