forked from NessimOussedik/Cache-Allocation-Project
-
Notifications
You must be signed in to change notification settings - Fork 9
Zipf samples #4
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
So far, the code constructs "manually" a Zipf distribution in the function
zipf_distributionand then gets each sample of such a distribution manually, in this code.Instead, we should used the optimized functions of Python libraries, like in this post.