paper-with-me

Papers

A Fast and Efficient Stochastic Opposition-Based Learning for Differential Evolution in Numerical Optimization

2019-08-09 · Tae Jong Choi, Julian Togelius, Yun-Gyung Cheong

A fast and efficient stochastic opposition-based learning (OBL) variant is proposed in this paper. OBL is a machine learning concept to accelerate the convergence of soft computing algorithms, which consists of simultaneously calculating an original solution and its opposite. Recently, a stochastic OBL variant called BetaCOBL was proposed, which is capable of controlling the degree of opposite solutions, preserving useful information held by original solutions, and preventing the waste of fitness evaluations. While it has shown outstanding performance compared to several state-of-the-art OBL variants, the high computational cost of BetaCOBL may hinder it from cost-sensitive optimization problems. Also, as it assumes that the decision variables of a given problem are independent, BetaCOBL may be ineffective for optimizing inseparable problems. In this paper, we propose an improved BetaCOBL that mitigates all the limitations. The proposed algorithm called iBetaCOBL reduces the computational cost from $O(NP^{2} \cdot D)$ to $O(NP \cdot D)$ ($NP$ and $D$ stand for population size and a dimension, respectively) using a linear time diversity measure. Also, the proposed algorithm preserves strongly dependent variables that are adjacent to each other using multiple exponential crossover. We used differential evolution (DE) variants to evaluate the performance of the proposed algorithm. The results of the performance evaluations on a set of 58 test functions show the excellent performance of iBetaCOBL compared to ten state-of-the-art OBL variants, including BetaCOBL.

📄 PDF Abstract BibTeX arXiv:1908.08011

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Opposition based Ensemble Micro Differential Evolution

2017-09-08 · Hojjat Salehinejad, Shahryar Rahnamayan, Hamid. R. Tizhoosh

Differential evolution (DE) algorithm with a small population size is called Micro-DE (MDE). A small population size decreases the computational complexity but also reduces the exploration ability of DE by limiting the p…

BenchmarkingDiversity

Moate Simulation of Stochastic Processes

2022-12-16 · Michael E. Mura

A novel approach called Moate Simulation is presented to provide an accurate numerical evolution of probability distribution functions represented on grids arising from stochastic differential processes where initial con…

A Novel Hybrid Grey Wolf Differential Evolution Algorithm

2025-07-02 · Ioannis D. Bougas, Pavlos Doanis, Maria S. Papadopoulou, Achilles D. Boursianis 외

Grey wolf optimizer (GWO) is a nature-inspired stochastic meta-heuristic of the swarm intelligence field that mimics the hunting behavior of grey wolves. Differential evolution (DE) is a popular stochastic algorithm of t…

global-optimization

Learning effective dynamics from data-driven stochastic systems

2022-05-09 · Lingyu Feng, Ting Gao, Min Dai, Jinqiao Duan

Multiscale stochastic dynamical systems have been widely adopted to a variety of scientific and engineering problems due to their capability of depicting complex phenomena in many real world applications. This work is de…

Enhanced Opposition Differential Evolution Algorithm for Multimodal Optimization

2022-08-23 · Shatendra Singh, Aruna Tiwari

Most of the real-world problems are multimodal in nature that consists of multiple optimum values. Multimodal optimization is defined as the process of finding multiple global and local optima (as opposed to a single sol…

Evolutionary Algorithms