paper-with-me

Papers

COCOpf: An Algorithm Portfolio Framework

2014-05-14 · Petr Baudiš

Algorithm portfolios represent a strategy of composing multiple heuristic algorithms, each suited to a different class of problems, within a single general solver that will choose the best suited algorithm for each input. This approach recently gained popularity especially for solving combinatoric problems, but optimization applications are still emerging. The COCO platform of the BBOB workshop series is the current standard way to measure performance of continuous black-box optimization algorithms. As an extension to the COCO platform, we present the Python-based COCOpf framework that allows composing portfolios of optimization algorithms and running experiments with different selection strategies. In our framework, we focus on black-box algorithm portfolio and online adaptive selection. As a demonstration, we measure the performance of stock SciPy optimization algorithms and the popular CMA algorithm alone and in a portfolio with two simple selection strategies. We confirm that even a naive selection strategy can provide improved performance across problem classes.

📄 PDF Abstract BibTeX arXiv:1405.3487

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Risk Budgeting Portfolios from Simulations

2023-02-02 · Bernardo Freitas Paulo da Costa, Silvana M. Pesenti, Rodrigo S. Targino

Risk budgeting is a portfolio strategy where each asset contributes a prespecified amount to the aggregate risk of the portfolio. In this work, we propose an efficient numerical framework that uses only simulations of re…

Solving High-Order Portfolios via Successive Convex Approximation Algorithms

2020-08-03 · Rui Zhou, Daniel P. Palomar

The first moment and second central moments of the portfolio return, a.k.a. mean and variance, have been widely employed to assess the expected profit and risk of the portfolio. Investors pursue higher mean and lower var…

Vocal Bursts Intensity Prediction

Algorithm Portfolio for Individual-based Surrogate-Assisted Evolutionary Algorithms

2019-04-22 · Hao Tong, Jialin Liu, Xin Yao

Surrogate-assisted evolutionary algorithms (SAEAs) are powerful optimisation tools for computationally expensive problems (CEPs). However, a randomly selected algorithm may fail in solving unknown problems due to no free…

Evolutionary AlgorithmsReinforcement Learning

LLM Agents for Combinatorial Efficient Frontiers: Investment Portfolio Optimization

2026-01-02 · Simon Paquette-Greenbaum, Jiangbo Yu arxiv

Investment portfolio optimization is a task conducted in all major financial institutions. The Cardinality Constrained Mean-Variance Portfolio Optimization (CCPO) problem formulation is ubiquitous for portfolio optimizat…

Portfolio Optimization

Portfolio Search and Optimization for General Strategy Game-Playing

2021-04-21 · Alexander Dockhorn, Jorge Hurtado-Grueso, Dominik Jeurissen, Linjie Xu 외

Portfolio methods represent a simple but efficient type of action abstraction which has shown to improve the performance of search-based agents in a range of strategy games. We first review existing portfolio techniques …

Diversity