Skip to content

jacquev6/lincs

 
 

Repository files navigation

lincs (Learn and Infer Non Compensatory Sortings) is a collection of MCDA algorithms, usable as a C++ library, a Python (3.7+) package and a command-line utility.

lincs is licensed under the GNU Lesser General Public License v3.0 as indicated by the two files COPYING and COPYING.LESSER.

@todo (When we have a paper to actually cite) Add a note asking academics to kindly cite our work.

lincs is available for install from the Python package index. Its documentation and its source code are on GitHub.

Questions? Remarks? Bugs? Want to contribute? Open an issue or a discussion!

Contributors and previous work

lincs is developed by the MICS research team at CentraleSupélec.

Its main authors are (alphabetical order):

It's based on work by:

@todo Add links to the fundamental articles for NCS.

@todo Add links to the articles that define other learning methods we re-implement.

Project goals

Provide MCDA tools usable out of the box

You should be able to use lincs without being a specialist of MCDA and/or NCS models. Just follow the Get started section below.

Provide a base for developing new MCDA algorithms

lincs is designed to be easy to extend with new algorithms of even replace parts of existing algorithms. See our contributor guide for more details.

lincs also provides a benchmark framework to compare algorithms (@todo Implement and document). This should make it easier to understand the relative strengths and weaknesses of each algorithm.

Versioning

Starting with version 1.0.0, lincs tries to apply semantic versioning at a code level: upgrading patch and minor releases should not require changes in client code but may require you to recompile and link it.

Get started

Depending on your favorite approach, you can either start with our hands-on "Get started" guide or with our conceptual overview documentation. The former will show you how to use our tools, the latter will explain the concepts behind them: what's MCDA, what are NCS models, etc. If in doubt, start with the conceptual overview. We highly recommend you read the other one just after.

Once you've used lincs a bit, you can follow up with our user guide and reference documentation.

Develop lincs itself

See our contributor guide.

About

Learn and Infer Non Compensatory Sortings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.2%
  • HTML 10.5%
  • CMake 0.4%
  • Python 0.4%
  • Cuda 0.3%
  • Makefile 0.1%
  • Other 0.1%