sunnyszy / lrb

A C++11 simulator for a variety of CDN caching policies.
BSD 2-Clause "Simplified" License
78 stars 28 forks source link

Which papers do LR and UCB come from? #22

Closed zztaki closed 11 months ago

zztaki commented 11 months ago

Hi, @sunnyszy!

I want to know which papers LR (linear-regression based ML caching) and UCB come from.

Thank you for your help!

sunnyszy commented 11 months ago

Hi Zhelong,

Sorry for the late reply. LR is a side-product of LRB paper. UCB is from this publication: Renato Costa and Jose Pazos. Mlcache: A multi-armed bandit policy for an operating system page cache. Technical report, University of British Columbia, 2017.

On Tue, Sep 26, 2023 at 3:39 PM Zhelong Zhao @.***> wrote:

Hi, @sunnyszy https://github.com/sunnyszy!

I want to know which papers LR (linear-regression based ML caching) https://github.com/sunnyszy/lrb/blob/master/include/webcachesim/caches/lr.h and UCB https://github.com/sunnyszy/lrb/blob/master/include/webcachesim/caches/ucb.h come from.

Thank you for your help!

— Reply to this email directly, view it on GitHub https://github.com/sunnyszy/lrb/issues/22, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXQ67YZ5E4QXKPGPHP4OMDX4KBDPANCNFSM6AAAAAA5HH6YKA . You are receiving this because you were mentioned.Message ID: @.***>

-- Zhenyu

zztaki commented 11 months ago

Hi Zhelong, Sorry for the late reply. LR is a side-product of LRB paper. UCB is from this publication: Renato Costa and Jose Pazos. Mlcache: A multi-armed bandit policy for an operating system page cache. Technical report, University of British Columbia, 2017. On Tue, Sep 26, 2023 at 3:39 PM Zhelong Zhao @.> wrote: Hi, @sunnyszy https://github.com/sunnyszy! I want to know which papers LR (linear-regression based ML caching) https://github.com/sunnyszy/lrb/blob/master/include/webcachesim/caches/lr.h and UCB https://github.com/sunnyszy/lrb/blob/master/include/webcachesim/caches/ucb.h come from. Thank you for your help! — Reply to this email directly, view it on GitHub <#22>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXQ67YZ5E4QXKPGPHP4OMDX4KBDPANCNFSM6AAAAAA5HH6YKA . You are receiving this because you were mentioned.Message ID: @.> -- Zhenyu

Oh, Great! Thank you for your help!

Have a nice day!