Term | Instructor |
---|---|
Fall 2018 | Fatih Alagöz |
We are asked to develop cache replacement algorithm for Information-Centric Network (ICN)
-
Project Description (given)
-
Project Performance Evaluation (given)
- python 3
- simpy
- numpy
- matplotlib
$ python3 main.py
# You can overwrite time, count, and algorithm via command arguments
$ python3 main.py --time=2000 --count=1 --algorithm=MY
# Algorithm parameter has 4 different options: LRU | LFU | RAND | MY
You can set general system parameters at config.py