交叉熵算法的随机运行时间分析

Stochastic Runtime Analysis of the Cross-Entropy Algorithm

IEEE Transactions on Evolutionary Computation · 2017
被引 34
ABS 4

中文导读

分析了交叉熵算法在ONEMAX和LEADINGONES标准问题上的随机运行时间,证明其运行时间以多项式为界,且优于某些蚁群优化算法。

Abstract

This paper analyzes the stochastic runtime of the cross-entropy (CE) algorithm for the well-studied standard problems ONEMAX and LEADINGONES. We prove that the total number of solutions the algorithm needs to evaluate before reaching the optimal solution (i.e., its runtime) is bounded by a polynomial Q(n) in the problem size n with a probability growing exponentially to 1 with n if the parameters of the algorithm are adapted to n in a reasonable way. Our polynomial bound Q(n) for ONEMAX outperforms the well-known runtime bound of the 1-ANT algorithm, a particular ant colony optimization algorithm. Our adaptation of the parameters of the CE algorithm balances the number of iterations needed and the size of the samples drawn in each iteration, resulting in an increased efficiency. For the LEADINGONES problem, we improve the runtime of the algorithm by bounding the sampling probabilities away from 0 and 1. The resulting runtime outperforms the known stochastic runtime for a univariate marginal distribution algorithm, and is very close to the known expected runtime of variants of max-min ant systems. Bounding the sampling probabilities allows the CE algorithm to explore the search space even for test functions with a very rugged landscape as the LEADINGONES function.

算法分析随机优化组合优化机器学习