paper-with-me

홈 › Papers

Investment vs. reward in a competitive knapsack problem

2021-01-26 · NeurIPS Workshop LMCA 2020 12 · Oren Neumann, Claudius Gros

Natural selection drives species to develop brains, with sizes that increase with the complexity of the tasks to be tackled. Our goal is to investigate the balance between the metabolic costs of larger brains compared to the advantage they provide in solving general and combinatorial problems. Defining advantage as the performance relative to competitors, a two-player game based on the knapsack problem is used. Within this framework, two opponents compete over shared resources, with the goal of collecting more resources than the opponent. Neural nets of varying sizes are trained using a variant of the AlphaGo Zero algorithm. A surprisingly simple relation, $N_A/(N_A+N_B)$, is found for the relative win rate of a net with $N_A$ neurons against one with $N_B$. Success increases linearly with investments in additional resources when the networks sizes are very different, i.e. when $N_A \ll N_B$, with returns diminishing when both networks become comparable in size.

📄 PDF Abstract BibTeX arXiv:2101.10964

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Adversarial Bandits with Knapsacks

2018-11-28 · Nicole Immorlica, Karthik Abinav Sankararaman, Robert Schapire, Aleksandrs Slivkins

We consider Bandits with Knapsacks (henceforth, BwK), a general model for multi-armed bandits under supply/budget constraints. In particular, a bandit algorithm needs to solve a well-known knapsack problem: find an optim…

Multi-Armed BanditsScheduling

Imperialist Competitive Algorithm with Independence and Constrained Assimilation for Solving 0-1 Multidimensional Knapsack Problem

2020-03-14 · Ivars Dzalbs, Tatiana Kalganova, Ian Dear

The multidimensional knapsack problem is a well-known constrained optimization problem with many real-world engineering applications. In order to solve this NP-hard problem, a new modified Imperialist Competitive Algorit…

Diversity

Time Fairness in Online Knapsack Problems

2023-05-22 · Adam Lechowicz, Rik Sengupta, Bo Sun, Shahin Kamali 외

The online knapsack problem is a classic problem in the field of online algorithms. Its canonical version asks how to pack items of different values and weights arriving online into a capacity-limited knapsack so as to m…

Fairness

Knapsack Constrained Contextual Submodular List Prediction with Application to Multi-document Summarization

2013-08-16 · Jiaji Zhou, Stephane Ross, Yisong Yue, Debadeepta Dey 외

We study the problem of predicting a set or list of options under knapsack constraint. The quality of such lists are evaluated by a submodular reward function that measures both quality and diversity. Similar to DAgger (…

DiversityDocument SummarizationMulti-Document Summarization

An efficient algorithm for contextual bandits with knapsacks, and an extension to concave objectives

2015-06-10 · Shipra Agrawal, Nikhil R. Devanur, Lihong Li

We consider a contextual version of multi-armed bandit problem with global knapsack constraints. In each round, the outcome of pulling an arm is a scalar reward and a resource consumption vector, both dependent on the co…

Multi-Armed BanditsOpen-Ended Question Answering