Tuan-Dat Tran tudattr
  • Joined on 2023-10-08
tudattr pushed to master at NCS/age_cache_simulation 2024-12-05 12:48:42 +00:00
032251dd78 refactor/fix(simulation): Added expected hitrate for each objct and refactored Cache to handle TTL/non-TTL Cache-Types
tudattr pushed to master at NCS/age_cache_simulation 2024-12-04 16:12:23 +00:00
78e700a2cf fix(simulation): event based age calculation instead of iterative
tudattr pushed to master at NCS/age_cache_simulation 2024-12-04 15:39:12 +00:00
7d194176f0 feat(simulation): Added time spent in cache log for each object
tudattr pushed to master at NCS/age_cache_simulation 2024-12-03 14:31:29 +00:00
036789cc7c cleanup(plot): removed heatmap
tudattr pushed to master at NCS/age_cache_simulation 2024-12-03 14:29:20 +00:00
3787d004c1 fix(optimize ttl): manual differentiation of hitrate<1 to fix log(0) warnings
tudattr pushed to master at NCS/age_cache_simulation 2024-12-03 14:16:23 +00:00
0ea1fb5d07 feat(optimal ttl): Added calculation for optimal ttl of each object
tudattr pushed to master at NCS/age_cache_simulation 2024-12-03 13:20:12 +00:00
272f722f23 feat(objective optimization): Perform gridsearch as single-core and multi-core to find optimal parameters to minimize objective
tudattr pushed to master at NCS/age_cache_simulation 2024-12-03 09:12:29 +00:00
799f7b78d4 fix(h_i_opt calculation): Fix for calculation of optimized hitrate:
tudattr pushed to master at NCS/age_cache_simulation 2024-12-02 17:07:27 +00:00
4ea5505130 feat(eta_calculation): Implementing "Joint Caching and Freshness Optimization" (in progress)
tudattr pushed to master at NCS/age_cache_simulation 2024-11-29 20:50:23 +00:00
b2cc80bb09 refactor: Restructure Repository to add eta optimization
tudattr pushed to master at NCS/age_cache_simulation 2024-11-29 13:43:16 +00:00
f32588340d feat(simulation): add expected age computation and enhance statistics reporting
tudattr pushed to master at NCS/age_cache_simulation 2024-11-28 15:50:31 +00:00
6672608721 feat(simulation): Single source of truth regarding avg_age and hit_rate
tudattr pushed to master at NCS/age_cache_simulation 2024-11-28 15:39:22 +00:00
ad4654dd0f fix(simulation): Updated avg_age calculation not only for details.csv, but all avg_age calculation.
tudattr pushed to master at NCS/age_cache_simulation 2024-11-28 15:24:02 +00:00
3a9e3105f2 chore(simulation): Reran simulation
tudattr pushed to convergence at NCS/age_cache_simulation 2024-11-28 15:17:18 +00:00
9347ece041 feat(simulation): Ran simulation with 10000
tudattr created branch convergence in NCS/age_cache_simulation 2024-11-28 15:02:32 +00:00
tudattr pushed to convergence at NCS/age_cache_simulation 2024-11-28 15:02:32 +00:00
6a4c2f26a8 fix(simulation): removed temp folder
5785827899 feat(simulation): Ran simulation with 1000
Compare 2 commits »
tudattr pushed to master at NCS/age_cache_simulation 2024-11-28 14:57:42 +00:00
f9d48e6fe4 fix(simulation): Evaluation of age was based on hits instead of access_count
tudattr pushed to master at NCS/age_cache_simulation 2024-11-28 14:23:18 +00:00
a484d49128 fix(simulation): enhance client request process with progress tracking and refine metrics computation
tudattr pushed to master at NCS/age_cache_simulation 2024-11-28 11:00:04 +00:00
123129f3a9 feat(simulation): Added notebook to run multiple simulations sucessivly