/Decision-Rules

Automated Analysis of Decision Rules

Primary LanguagePythonMIT LicenseMIT

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.