Skip to content

Commit 241ea02

Browse files
authored
Update README.md
1 parent f94008f commit 241ea02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Purpose
2-
By employing this library, the user will be able to evaluate any transient or steady-state M/M/C/K queueing network that can be defined by an adjacency matrix and a number of additional parameters. The model *does not* have to exist on product form. A weighted directed adjacency matrix is used by the class `create` to automatically construct the infinitesimal generator for the network at hand. The resulting object is then used as input in the class `evaluate` to retrieve the behavior of the network.
2+
The purpose of this library is to assist data scientists with evaluating both transient and steady-state M/M/C/K queueing networks. The library has been designed to make this process as painless as possible by restricting the input to the adjacency matrix and the basic parameters that characterize the system. Further the model *does not* have to exist on product form. Basically, a class (`create`) automatically constructs the infinitesimal generator for the network at hand. The resulting object is then used as input in an evaluation class (`evaluate`) to retrieve the behavior of the network.
33

44
# Basic Overview
55

0 commit comments

Comments
 (0)