paper-with-me

Papers

Black-box Optimizers vs Taste Shocks

2023-05-03 · Yasin Kürşat Önder

We evaluate and extend the solution methods for models with binary and multiple continuous choice variables in dynamic programming, particularly in cases where a discrete state space solution method is not viable. Therefore, we approximate the solution using taste shocks or black-box optimizers that applied mathematicians use to benchmark their algorithms. We apply these methods to a default framework in which agents have to solve a portfolio problem with long-term debt. We show that the choice of solution method matters, as taste shocks fail to attain convergence in multidimensional problems. We compare the relative advantages of using four optimization algorithms: the Nelder-Mead downhill simplex algorithm, Powell's direction-set algorithm with LINMIN, the conjugate gradient method BOBYQA, and the quasi-Newton Davidon-Fletcher-Powell (DFPMIN) algorithm. All of these methods, except for the last one, are preferred when derivatives cannot be easily computed. Ultimately, we find that Powell's routine evaluated with B-splines, while slow, is the most viable option. BOBYQA came in second place, while the other two methods performed poorly.

📄 PDF Abstract BibTeX arXiv:2305.02027

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

Symbol: Generating Flexible Black-Box Optimizers through Symbolic Equation Learning

2024-02-04 · Jiacheng Chen, Zeyuan Ma, Hongshu Guo, Yining Ma 외

Recent Meta-learning for Black-Box Optimization (MetaBBO) methods harness neural networks to meta-learn configurations of traditional black-box optimizers. Despite their success, they are inevitably restricted by the lim…

Meta-LearningZero-shot Generalization

LiBOG: Lifelong Learning for Black-Box Optimizer Generation

2025-05-19 · Jiyuan Pei, Yi Mei, Jialin Liu, Mengjie Zhang

Meta-Black-Box Optimization (MetaBBO) garners attention due to its success in automating the configuration and generation of black-box optimizers, significantly reducing the human effort required for optimizer design and…

Lifelong learning

Meta Learning Black-Box Population-Based Optimizers

2021-03-05 · Hugo Siqueira Gomes, Benjamin Léger, Christian Gagné

The no free lunch theorem states that no model is better suited to every problem. A question that arises from this is how to design methods that propose optimizers tailored to specific problems achieving state-of-the-art…

Meta-Learning

Meta-Learning for Black-box Optimization

2019-07-16 · Vishnu TV, Pankaj Malhotra, Jyoti Narwariya, Lovekesh Vig 외

Recently, neural networks trained as optimizers under the "learning to learn" or meta-learning framework have been shown to be effective for a broad range of optimization tasks including derivative-free black-box functio…

Meta-Learning

Bayesian Optimization is Superior to Random Search for Machine Learning Hyperparameter Tuning: Analysis of the Black-Box Optimization Challenge 2020

2021-04-20 · Ryan Turner, David Eriksson, Michael McCourt, Juha Kiili 외

This paper presents the results and insights from the black-box optimization (BBO) challenge at NeurIPS 2020 which ran from July-October, 2020. The challenge emphasized the importance of evaluating derivative-free optimi…

Bayesian OptimizationBIG-bench Machine Learning