Code Monkey home page Code Monkey logo

milp-electre's Introduction

๐Ÿ“š mcdalp ๐Ÿ“š

Python library that realizes distillation process for MCDA methods, using linear programming.

Demo

In /examples you can check how to use this library. Keep in mind that developing is still in progress and right now there is no stable version of mcdalp.

Technologies Used

Python Poetry GitHub Actions Jupyter Notebook

Getting started

Prerequisites

  1. It is required to have installed python at least in version 3.9.
$ python --version
v3.11.7
  1. Git is installed
$ git --version
git version 2.33.0.windows.2
  1. Poetry is used to manage dependencies for this repository. Check if poetry is installed on your machine using command:
$ poetry --version
Poetry (version 1.8.2)

If it's not please install it using pip:

$ pip install poetry

Run

  1. Clone repository: git clone https://github.com/marcol13/milp-electre
  2. Install dependencies using Poetry: poetry install
  3. Run shell: poetry shell

milp-electre's People

Contributors

marcol13 avatar

Watchers

 avatar

milp-electre's Issues

Return all possible rankings

Creating final rankings using MILP method should return all possible rankings. So it is necessary to run the creation process multiple times, adding after each proper restriction.

Hint: it could be done like finding inconsistency in UTA method

Add code formatter tool

Find a good package and use that tool in development mode.

  • Add dev dependency
  • Format all project files
  • Add checking / auto-formatting process into gh-actions pipeline

Add matrix visualization

Create another one visualization feature which should show differences between source outranking matrix and final outranking matrix. It can be done using matplotlib.

Create experiments module

Provide new experiments directory, where research will be made. At first add methods for randomly generated matrices.

Unify MILP methods

Change Outranking class in such way which will save some lines of code, because for each method (Crisp, Valued and StochasticAcceptance) there are similar calculation processes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.