paper-with-me

Papers

LPBSA: Enhancing Optimization Efficiency through Learner Performance-based Behavior and Simulated Annealing

2024-12-23 · Dana R. Hamad, Tarik A. Rashid

This study introduces the LPBSA, an advanced optimization algorithm that combines Learner Performance-based Behavior (LPB) and Simulated Annealing (SA) in a hybrid approach. Emphasizing metaheuristics, the LPBSA addresses and mitigates the challenges associated with traditional LPB methodologies, enhancing convergence, robustness, and adaptability in solving complex optimization problems. Through extensive evaluations using benchmark test functions, the LPBSA demonstrates superior performance compared to LPB and competes favorably with established algorithms such as PSO, FDO, LEO, and GA. Real-world applications underscore the algorithm's promise, with LPBSA outperforming the LEO algorithm in two tested scenarios. Based on the study results many test function results such as TF5 by recording (4.76762333) and some other test functions provided in the result section prove that LPBSA outperforms popular algorithms. This research highlights the efficacy of a hybrid approach in the ongoing evolution of optimization algorithms, showcasing the LPBSA's capacity to navigate diverse optimization landscapes and contribute significantly to addressing intricate optimization challenges.

📄 PDF Abstract BibTeX arXiv:2501.14759

Code (0)

등록된 구현이 없습니다.

Tasks

Navigate

Methods 이 논문이 사용한 방법론

GA Genetic Algorithms are search algorithms that mimic Darwinian biological evolution in order to select and propagate better solutions.

Similar Papers 제목 키워드 기반

Optimizing LPB Algorithms using Simulated Annealing

2024-12-22 · Dana Rasul Hamad, Tarik A. Rashid

Learner Performance-based Behavior using Simulated Annealing (LPBSA) is an improvement of the Learner Performance-based Behavior (LPB) algorithm. LPBSA, like LPB, has been proven to deal with single and complex problems.…

EffiLearner: Enhancing Efficiency of Generated Code via Self-Optimization

2024-05-24 · Dong Huang, Jianbo Dai, Han Weng, Puzhen Wu 외

Large language models (LLMs) have shown remarkable progress in code generation, but their generated code often suffers from inefficiency, resulting in longer execution times and higher memory consumption. To address this…

Code GenerationHumanEvalmbpp

Enhancing Agent Communication and Learning through Action and Language

2023-08-18 · Hugo Caselles-Dupré, Olivier Sigaud, Mohamed Chetouani

We introduce a novel category of GC-agents capable of functioning as both teachers and learners. Leveraging action-based demonstrations and language-based instructions, these agents enhance communication efficiency. We i…

Nonparametric Teaching of Attention Learners

2026-02-24 · Chen Zhang, Jianghui Wang, Bingyang Cheng, Zhongtao Chen 외 arxiv

Attention learners, neural networks built on the attention mechanism, e.g., transformers, excel at learning the implicit relationships that relate sequences to their corresponding properties, e.g., mapping a given sequen…

Nonparametric Teaching for Graph Property Learners

2025-05-20 · Chen Zhang, Weixin Bu, Zeyi Ren, Zhengwu Liu 외

Inferring properties of graph-structured data, e.g., the solubility of molecules, essentially involves learning the implicit mapping from graphs to their properties. This learning process is often costly for graph proper…