paper-with-me

Papers

Black-box optimization for integer-variable problems using Ising machines and factorization machines

2022-09-01 · Yuya Seki, Ryo Tamura, Shu Tanaka

Black-box optimization has potential in numerous applications such as hyperparameter optimization in machine learning and optimization in design of experiments. Ising machines are useful for binary optimization problems because variables can be represented by a single binary variable of Ising machines. However, conventional approaches using an Ising machine cannot handle black-box optimization problems with non-binary values. To overcome this limitation, we propose an approach for integer-variable black-box optimization problems by using Ising/annealing machines and factorization machines in cooperation with three different integer-encoding methods. The performance of our approach is numerically evaluated with different encoding methods using a simple problem of calculating the energy of the hydrogen molecule in the most stable state. The proposed approach can calculate the energy using any of the integer-encoding methods. However, one-hot encoding is useful for problems with a small size.

📄 PDF Abstract BibTeX arXiv:2209.01016

Code (0)

등록된 구현이 없습니다.

Tasks

Hyperparameter Optimization

Similar Papers 제목 키워드 기반

CatCMA with Margin: Stochastic Optimization for Continuous, Integer, and Categorical Variables

2025-04-10 · Ryoki Hamano, Masahiro Nomura, Shota Saito, Kento Uchida 외

This study focuses on mixed-variable black-box optimization (MV-BBO), addressing continuous, integer, and categorical variables. Many real-world MV-BBO problems involve dependencies among these different types of variabl…

Bayesian OptimizationStochastic Optimization

CatCMA : Stochastic Optimization for Mixed-Category Problems

2024-05-16 · Ryoki Hamano, Shota Saito, Masahiro Nomura, Kento Uchida 외

Black-box optimization problems often require simultaneously optimizing different types of variables, such as continuous, integer, and categorical variables. Unlike integer variables, categorical variables do not necessa…

Bayesian OptimizationStochastic Optimization

Natural Evolution Strategy for Mixed-Integer Black-Box Optimization

2023-04-21 · Koki Ikeda, Isao Ono

This paper proposes a natural evolution strategy (NES) for mixed-integer black-box optimization (MI-BBO) that appears in real-world problems such as hyperparameter optimization of machine learning and materials design. T…

Hyperparameter Optimization

Lossy compression of matrices by black-box optimisation of mixed integer nonlinear programming

2022-04-22 · Tadashi Kadowaki, Mitsuru Ambai

In edge computing, suppressing data size is a challenge for machine learning models that perform complex tasks such as autonomous driving, in which computational resources (speed, memory size and power) are limited. Effi…

Autonomous DrivingEdge-computing

Marginal Probability-Based Integer Handling for CMA-ES Tackling Single-and Multi-Objective Mixed-Integer Black-Box Optimization

2022-12-19 · Ryoki Hamano, Shota Saito, Masahiro Nomura, Shinichi Shirakawa

This study targets the mixed-integer black-box optimization (MI-BBO) problem where continuous and integer variables should be optimized simultaneously. The CMA-ES, our focus in this study, is a population-based stochasti…