This project had implemented an application basing the consistency-driven pairwise comparisons method. This application could be used as a supplement of any expert or knowledge management system.
- Multi-criteria decision making which is a sub-discipline of operations research explicitly evaluates multiple conflicting criteria in decision making. The consistency-driven pairwise comparisons method is a valuable tool for solving multi-criteria decision making problems. It is a powerful inference tool that could be used for knowledge acquisition for the knowledge management system. In fact, pairwise comparisons are basics for practically the entire science and have been used for projects of national importance.
I was one of the graduate student of Prof. W.W Koczkodaj and this research project was done as part of my thesis under his guidance.
This backend is build using following framework:
The frontend of Pairwise-Comparisions is made using Angular Framework
Below instruction will help you to setup project locally. To get a local copy up and running clone the repository on your local system.
git clone https://github.com/pathak-gaurav/pairwise-comparision
Minimum Java 11 is required to run the project.
If you have a suggestion that would make this project better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/pairwise-comparisons-feature
) - Commit your Changes (
git commit -m 'Add some pairwise-comparisons-feature'
) - Push to the Branch (
git push origin feature/pairwise-comparisons-feature
) - Open a Pull Request
Distributed under the MIT License.