AINov 20, 2021

Quality and Computation Time in Optimization Problems

arXiv:2111.10595v1
Originality Synthesis-oriented
AI Analysis

This work provides recommendations for selecting optimization algorithms based on function evaluation constraints, offering incremental guidance to improve efficiency in AI optimization tasks.

The paper investigates the trade-off between solution quality and computation time for Bayesian optimization and evolutionary algorithms on benchmark test functions, finding that BO is better for limited function evaluations while EAs excel when more evaluations are allowed.

Optimization problems are crucial in artificial intelligence. Optimization algorithms are generally used to adjust the performance of artificial intelligence models to minimize the error of mapping inputs to outputs. Current evaluation methods on optimization algorithms generally consider the performance in terms of quality. However, not all optimization algorithms for all test cases are evaluated equal from quality, the computation time should be also considered for optimization tasks. In this paper, we investigate the quality and computation time of optimization algorithms in optimization problems, instead of the one-for-all evaluation of quality. We select the well-known optimization algorithms (Bayesian optimization and evolutionary algorithms) and evaluate them on the benchmark test functions in terms of quality and computation time. The results show that BO is suitable to be applied in the optimization tasks that are needed to obtain desired quality in the limited function evaluations, and the EAs are suitable to search the optimal of the tasks that are allowed to find the optimal solution with enough function evaluations. This paper provides the recommendation to select suitable optimization algorithms for optimization problems with different numbers of function evaluations, which contributes to the efficiency that obtains the desired quality with less computation time for optimization problems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes