paper-with-me

홈 › Papers

An Algorithm to Effect Prompt Termination of Myopic Local Search on Kauffman-s NK Landscape

2021-04-26 · Sasanka Sekhar Chanda

In Kauffman-s NK model, myopic local search involves flipping one randomly-chosen bit of an N-bit decision string in every time step and accepting the new configuration if that has higher fitness. One issue is that, this algorithm consumes the full extent of computational resources allocated - given by the number of alternative configurations inspected - even though search is expected to terminate the moment there are no neighbors having higher fitness. Otherwise, the algorithm must compute the fitness of all N neighbors in every time step, consuming a high amount of resources. In order to get around this problem, I describe an algorithm that allows search to logically terminate relatively early, without having to evaluate fitness of all N neighbors at every time step. I further suggest that when the efficacy of two algorithms need to be compared head to head, imposing a common limit on the number of alternatives evaluated - metering - provides the necessary level field.

📄 PDF Abstract BibTeX arXiv:2104.12620

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning in Stackelberg Games with Non-myopic Agents

2022-08-19 · Nika Haghtalab, Thodoris Lykouris, Sloan Nietert, Alexander Wei

We study Stackelberg games where a principal repeatedly interacts with a non-myopic long-lived agent, without knowing the agent's payoff function. Although learning in Stackelberg games is well-understood when the agent …

Automated Detection of Myopic Maculopathy in MMAC 2023: Achievements in Classification, Segmentation, and Spherical Equivalent Prediction

2024-01-08 · Yihao Li, Philippe Zhang, Yubo Tan, Jing Zhang 외

Myopic macular degeneration is the most common complication of myopia and the primary cause of vision loss in individuals with pathological myopia. Early detection and prompt treatment are crucial in preventing vision im…

ClassificationContrastive LearningLesion SegmentationSegmentation+1

Dynamic Vehicle Routing Problem with Prompt Confirmation of Advance Requests

2026-03-08 · Amutheezan Sivagnanam, Ayan Mukhopadhyay, Samitha Samaranayake, Abhishek Dubey 외 arxiv

Transit agencies that operate on-demand transportation services have to respond to trip requests from passengers in real time, which involves solving dynamic vehicle routing problems with pick-up and drop-off constraints…

Reinforcement Learning

Improving Long-Term Metrics in Recommendation Systems using Short-Horizon Reinforcement Learning

2021-06-01 · Bogdan Mazoure, Paul Mineiro, Pavithra Srinath, Reza Sharifi Sedeh 외

We study session-based recommendation scenarios where we want to recommend items to users during sequential interactions to improve their long-term utility. Optimizing a long-term metric is challenging because the learni…

Offline RLRecommendation Systemsreinforcement-learningReinforcement Learning (RL)+1

Why Non-myopic Bayesian Optimization is Promising and How Far Should We Look-ahead? A Study via Rollout

2019-11-04 · Xubo Yue, Raed Al Kontar

Lookahead, also known as non-myopic, Bayesian optimization (BO) aims to find optimal sampling policies through solving a dynamic program (DP) that maximizes a long-term reward over a rolling horizon. Though promising, lo…

Bayesian Optimization