中文
相关论文

相关论文: A Closed-Form Method for LRU Replacement under Gen…

200 篇论文

This paper presents a comprehensive comparison of distributed caching algorithms employed in modern distributed systems. We evaluate various caching strategies including Least Recently Used (LRU), Least Frequently Used (LFU), Adaptive…

分布式、并行与集群计算 · 计算机科学 2025-04-04 Helen Mayer , James Richards

Efficient edge caching reduces latency and alleviates backhaul congestion in modern networks. Traditional caching policies, such as Least Recently Used (LRU) and Least Frequently Used (LFU), perform well under specific request patterns. LRU…

网络与互联网体系结构 · 计算机科学 2025-12-10 Agrim Bari , Gustavo de Veciana , Yuqi Zhou

In this paper we analyze Least Recently Used (LRU) caches operating under the Shot Noise requests Model (SNM). The SNM was recently proposed to better capture the main characteristics of today Video on Demand (VoD) traffic. We investigate…

性能 · 计算机科学 2016-12-16 Emilio Leonardi , Giovanni Luca Torrisi

The aim of the paper is to evaluate the miss probability of a Least Recently Used (LRU) cache, when it is offered a non-stationary request process given by a Poisson cluster point process. First, we construct a probability space using Palm…

概率论 · 数学 2017-11-30 Felipe Olmos , Carl Graham , Alain Simonian

This work presents, to the best of our knowledge of the literature, the first analytic model to address the performance of an LRU (Least Recently Used) implementing cache under non-stationary traffic conditions, i.e., when the popularity of…

网络与互联网体系结构 · 计算机科学 2013-01-22 Mohamed Ahmed , Stefano Traverso , Paolo Giaccone , Emilio Leonardi , Saverio Niccolini

To address the challenges of limited Battery Swap Stations datasets, high operational costs, and fluctuating user charging demand, this research proposes a probability estimation model based on charging pile data and constructs nine…

神经与进化计算 · 计算机科学 2025-08-21 Anzhen Li , Shufan Qing , Xiaochang Li , Rui Mao , Mingchen Feng

In evaluating an algorithm, worst-case analysis can be overly pessimistic. Average-case analysis can be overly optimistic. An intermediate approach is to show that an algorithm does well on a broad class of input distributions. Koutsoupias…

数据结构与算法 · 计算机科学 2015-06-02 Neal E. Young

Caching systems using the Least Recently Used (LRU) principle have now become ubiquitous. A fundamental question for these systems is whether the cache space should be pooled together or divided to serve multiple flows of data item requests…

性能 · 计算机科学 2017-08-08 Jian Tan , Guocong Quan , Kaiyi Ji , Ness Shroff

Reinforcement learning has been successfully applied to the problem of tuning PID controllers in several applications. The existing methods often utilize function approximation, such as neural networks, to update the controller parameters…

This paper derives a closed-form method for computing hybrid force-velocity control. The key idea is to maximize the kinematic conditioning of the mechanical system, which includes a robot, free objects, a rigid environment and contact…

机器人学 · 计算机科学 2021-03-26 Yifan Hou , Matthew T. Mason

The problem of Reinforcement Learning (RL) in an unknown nonlinear dynamical system is equivalent to the search for an optimal feedback law utilizing the simulations/ rollouts of the dynamical system. Most RL techniques search over a…

机器学习 · 计算机科学 2022-03-25 Ran Wang , Karthikeya S. Parunandi , Aayushman Sharma , Raman Goyal , Suman Chakravorty

A key-value cache is a key component of many services to provide low-latency and high-throughput data accesses to a huge amount of data. To improve the end-to-end performance of such services, a key-value cache must achieve a high cache hit…

网络与互联网体系结构 · 计算机科学 2021-12-21 Hiroshi Inoue

This paper presents a novel closed-form solution for a low-order system frequency response (SFR) model that is accurate for all time periods and an accompanying approximation for representing primary frequency responses at two different…

系统与控制 · 电气工程与系统科学 2021-10-05 Julius Susanto , Alireza Fereidouni , Pierluigi Mancarella , Dean Sharafi

Reinforcement learning (RL) problems are fundamental in online decision-making and have been instrumental in finding an optimal policy for Markov decision processes (MDPs). Function approximations are usually deployed to handle large or…

机器学习 · 计算机科学 2025-05-20 Jiashuo Jiang , Yiming Zong , Yinyu Ye

Low-rank regularization (LRR) has been widely applied in various machine learning tasks, but the associated optimization is challenging. Directly optimizing the rank function under constraints is NP-hard in general. To overcome this…

机器学习 · 计算机科学 2025-05-22 Naiqi Li , Yuqiu Xie , Peiyuan Liu , Tao Dai , Yong Jiang , Shu-Tao Xia

Demand response (DR) has been demonstrated to be an effective method for reducing peak load and mitigating uncertainties on both the supply and demand sides of the electricity market. One critical question for DR research is how to…

机器学习 · 计算机科学 2023-06-27 Jun Song , Chaoyue Zhao

There is a clear need for efficient algorithms to tune hyperparameters for statistical learning schemes, since the commonly applied search methods (such as grid search with N-fold cross-validation) are inefficient and/or approximate.…

机器学习 · 计算机科学 2020-04-07 Luis Miguel Lopez-Ramos , Baltasar Beferull-Lozano

Modern Reinforcement Learning (RL) is commonly applied to practical problems with an enormous number of states, where function approximation must be deployed to approximate either the value function or the policy. The introduction of…

机器学习 · 计算机科学 2019-08-09 Chi Jin , Zhuoran Yang , Zhaoran Wang , Michael I. Jordan

This study proposes a stochastic model for loss-given-default (LGD) which provides the LGD distribution based on credit market and company-specific financial conditions. The model utilizes last passage time of a linear diffusion…

风险管理 · 定量金融 2025-11-04 Masahiko Egami , Rusudan Kevkhishvili

Cache eviction algorithms are used widely in operating systems, databases and other systems that use caches to speed up execution by caching data that is used by the application. There are many policies such as MRU (Most Recently Used), MFU…

数据结构与算法 · 计算机科学 2021-10-25 Dhruv Matani , Ketan Shah , Anirban Mitra
‹ 上一页 1 2 3 10 下一页 ›