paper-with-me

Papers

Nonstationary Continuum-Armed Bandit Strategies for Automated Trading in a Simulated Financial Market

2022-08-04 · Bingde Liu, John Cartlidge

We approach the problem of designing an automated trading strategy that can consistently profit by adapting to changing market conditions. This challenge can be framed as a Nonstationary Continuum-Armed Bandit (NCAB) problem. To solve the NCAB problem, we propose PRBO, a novel trading algorithm that uses Bayesian optimization and a ``bandit-over-bandit'' framework to dynamically adjust strategy parameters in response to market conditions. We use Bristol Stock Exchange (BSE) to simulate financial markets containing heterogeneous populations of automated trading agents and compare PRBO with PRSH, a reference trading strategy that adapts strategy parameters through stochastic hill-climbing. Results show that PRBO generates significantly more profit than PRSH, despite having fewer hyperparameters to tune. The code for PRBO and performing experiments is available online open-source (https://github.com/HarmoniaLeo/PRZI-Bayesian-Optimisation).

📄 PDF Abstract BibTeX arXiv:2208.02901

Code (1)

HarmoniaLeo/PRZI-Bayesian-Optimisation 공식 구현

Tasks

Bayesian OptimisationBayesian OptimizationMulti-Armed Bandits

Similar Papers 제목 키워드 기반

Bridging Adversarial and Nonstationary Multi-armed Bandit

2022-01-05 · Ningyuan Chen, Shuoguang Yang, Hailun Zhang

In the multi-armed bandit framework, there are two formulations that are commonly employed to handle time-varying reward distributions: adversarial bandit and nonstationary bandit. Although their oracles, algorithms, and…

Finite-time Analysis of Globally Nonstationary Multi-Armed Bandits

2021-07-23 · Junpei Komiyama, Edouard Fouché, Junya Honda

We consider nonstationary multi-armed bandit problems where the model parameters of the arms change over time. We introduce the adaptive resetting bandit (ADR-bandit), a bandit algorithm class that leverages adaptive win…

Multi-Armed Bandits

Continuum-Armed Bandits: A Function Space Perspective

2020-10-15 · Shashank Singh

Continuum-armed bandits (a.k.a., black-box or $0^{th}$-order optimization) involves optimizing an unknown objective function given an oracle that evaluates the function at a query point, with the goal of using as few que…

Finite Continuum-Armed Bandits

2020-10-23 · NeurIPS 2020 12 · Solenne Gaucher

We consider a situation where an agent has $T$ ressources to be allocated to a larger number $N$ of actions. Each action can be completed at most once and results in a stochastic reward with unknown mean. The goal of the…

On Thompson Sampling for Smoother-than-Lipschitz Bandits

2020-01-08 · James A. Grant, David S. Leslie

Thompson Sampling is a well established approach to bandit and reinforcement learning problems. However its use in continuum armed bandit problems has received relatively little attention. We provide the first bounds on …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Thompson Sampling