paper-with-me

홈 › Papers

Trochoid Search Optimization

2023-12-21 · Abdesslem Layeb

This paper introduces the Trochoid Search Optimization Algorithm (TSO), a novel metaheuristic leveraging the mathematical properties of trochoid curves. The TSO algorithm employs a unique combination of simultaneous translational and rotational motions inherent in trochoids, fostering a refined equilibrium between explorative and exploitative search capabilities. Notably, TSO consists of two pivotal phases global and local search that collectively contribute to its efficiency and efficacy. Experimental validation demonstrates the TSO algorithm's remarkable performance across various benchmark functions, showcasing its competitive edge in balancing exploration and exploitation within the search space. A distinguishing feature of TSO lies in its simplicity, marked by a minimal requirement for user-defined parameters, making it an accessible yet powerful optimization tool.

📄 PDF Abstract BibTeX arXiv:2312.13597

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Note On The Popularity of Stochastic Optimization Algorithms in Different Fields: A Quantitative Analysis from 2007 to 2017

2019-06-30 · Son Duy Dao

Stochastic optimization algorithms are often used to solve complex large-scale optimization problems in various fields. To date, there have been a number of stochastic optimization algorithms such as Genetic Algorithm, C…

Stochastic Optimization

Tree Search vs Optimization Approaches for Map Generation

2019-03-27 · Debosmita Bhaumik, Ahmed Khalifa, Michael Cerny Green, Julian Togelius

Search-based procedural content generation uses stochastic global optimization algorithms to search for game content. However, standard tree search algorithms can be competitive with evolution on some optimization proble…

Evolutionary Algorithmsglobal-optimizationSokoban

Investigation of Bare-bones Algorithms from Quantum Perspective: A Quantum Dynamical Global Optimizer

2021-06-26 · Peng Wang, Gang Xin, Fang Wang

Recent decades, the emergence of numerous novel algorithms makes it a gimmick to propose an intelligent optimization system based on metaphor, and hinders researchers from exploring the essence of search behavior in algo…

Particle Swarm Optimization based on Novelty Search

2022-02-10 · Mr. Rajesh Misra, Dr. Kumar S Ray

In this paper we propose a Particle Swarm Optimization algorithm combined with Novelty Search. Novelty Search finds novel place to search in the search domain and then Particle Swarm Optimization rigorously searches that…

Monte Carlo Tree Search based Space Transfer for Black-box Optimization

2024-12-10 · Shukuan Wang, Ke Xue, Lei Song, Xiaobin Huang 외

Bayesian optimization (BO) is a popular method for computationally expensive black-box optimization. However, traditional BO methods need to solve new problems from scratch, leading to slow convergence. Recent studies tr…

Bayesian OptimizationTransfer Learning