diff --git a/Raporty/final-evaluation.md b/Raporty/final-evaluation.md new file mode 100644 index 0000000..9b5119a --- /dev/null +++ b/Raporty/final-evaluation.md @@ -0,0 +1,4 @@ +# Raport final-evaluation + +### Algorytm mcda w projekcie +Do magazynu przyjerzdza dostawa 20 produktów, które są selekcjonowane przez algorytm mcda(Multiple Criteria Decision Analysis) i zwracane za pomocą listy przez funkcję `selectedSupply()`. \ No newline at end of file diff --git a/__pycache__/agent.cpython-38.pyc b/__pycache__/agent.cpython-38.pyc index 7eee450..8c90a9f 100644 Binary files a/__pycache__/agent.cpython-38.pyc and b/__pycache__/agent.cpython-38.pyc differ diff --git a/__pycache__/board.cpython-38.pyc b/__pycache__/board.cpython-38.pyc index a0ab288..e97a72a 100644 Binary files a/__pycache__/board.cpython-38.pyc and b/__pycache__/board.cpython-38.pyc differ diff --git a/__pycache__/coder.cpython-38.pyc b/__pycache__/coder.cpython-38.pyc new file mode 100644 index 0000000..d59d84c Binary files /dev/null and b/__pycache__/coder.cpython-38.pyc differ diff --git a/__pycache__/data.cpython-38.pyc b/__pycache__/data.cpython-38.pyc index 4a63ec5..9c1560e 100644 Binary files a/__pycache__/data.cpython-38.pyc and b/__pycache__/data.cpython-38.pyc differ diff --git a/__pycache__/decision_tree.cpython-38.pyc b/__pycache__/decision_tree.cpython-38.pyc index 281b85f..626272c 100644 Binary files a/__pycache__/decision_tree.cpython-38.pyc and b/__pycache__/decision_tree.cpython-38.pyc differ diff --git a/__pycache__/field.cpython-38.pyc b/__pycache__/field.cpython-38.pyc index 4a8c22c..8c0a756 100644 Binary files a/__pycache__/field.cpython-38.pyc and b/__pycache__/field.cpython-38.pyc differ diff --git a/__pycache__/mcda.cpython-38.pyc b/__pycache__/mcda.cpython-38.pyc index d832d8b..10658f2 100644 Binary files a/__pycache__/mcda.cpython-38.pyc and b/__pycache__/mcda.cpython-38.pyc differ diff --git a/__pycache__/product.cpython-38.pyc b/__pycache__/product.cpython-38.pyc index 61b31f2..397c77a 100644 Binary files a/__pycache__/product.cpython-38.pyc and b/__pycache__/product.cpython-38.pyc differ diff --git a/__pycache__/shelf.cpython-38.pyc b/__pycache__/shelf.cpython-38.pyc index 16977ed..e0d76a2 100644 Binary files a/__pycache__/shelf.cpython-38.pyc and b/__pycache__/shelf.cpython-38.pyc differ