Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 1.17 KB

README.md

File metadata and controls

62 lines (46 loc) · 1.17 KB

Decision-Rules

Logo

Automated Analysis of Decision Rules

GitHub license

Prerequisites

Installation of Python libraries

pip install numpy
pip install plotly
pip install scipy
pip install ttkthemes

Functionalities

Applying Decision Rules

The program is Decision_Rules.py. Decision rules include:

  • maxiMax (Value);
  • maxiMin (Value);
  • miniMax Regret;
  • Laplace;
  • Hurwicz; and
  • Bayes.

Logo

Action Plotting in Cartesian Plane

The program is Action_Plots.py, allowing visualisation of decision value set and regret set.

Logo

Licence

This repository is distributed under the MIT Licence. See LICENSE.txt for more information.