Search alternatives:
search » research (Expand Search)
Showing 101 - 120 results of 345 for search '(pattern OR patterns) search algorithms', query time: 0.08s Refine Results
  1. 101

    Penerapan Feature Engineering dan Hyperparameter Tuning untuk Meningkatkan Akurasi Model Random Forest pada Klasifikasi Risiko Kredit by Nadea Putri Nur Fauzi, Siti Khomsah, Aditya Dwi Putra Wicaksono

    Published 2025-04-01
    “…Hyperparameter tuning model Random Forest menggunakan metode Random Search dan Grid Search untuk mencari parameter paling optimal. …”
    Get full text
    Article
  2. 102

    Enhanced detection of accounting fraud using a CNN-LSTM-Attention model optimized by Sparrow search by Peifeng Wu, Yaqiang Chen

    Published 2024-11-01
    “…To further improve the model’s performance, the sparrow search algorithm (SSA) is employed for parameter optimization, ensuring the best configuration of the CNN-LSTM-Attention framework. …”
    Get full text
    Article
  3. 103
  4. 104

    Autonomous Search of Real-Life Environments Combining Dynamical System-Based Path Planning and Unsupervised Learning by Uyiosa Philip Amadasun, Patrick Mcnamee, Zahra Nili Ahmadabadi, Peiman Naseradinmousavi

    Published 2025-01-01
    “…Across all three simulated environments of increasing complexity, BCPP consistently achieved shorter coverage times than our CCPP algorithm. However, an interesting pattern emerged when analyzing the relative performance degradation. …”
    Get full text
    Article
  5. 105

    libBICOS – An Open Source GPU-Accelerated Library implementing BInary COrrespondence Search for 3D Reconstruction by C. Liebender, M. Bleier, A. Nüchter

    Published 2024-12-01
    “…Starting with two stacks of stereo-rectified images of a scene illuminated by a statistical light pattern the proposed method solves the problem of a pixelwise correspondence search. …”
    Get full text
    Article
  6. 106

    Application of Genetic Algorithm to Hexagon-Based Motion Estimation by Chih-Ming Kung, Wan-Shu Cheng, Jyh-Horng Jeng

    Published 2014-01-01
    “…The character would help the proposed scheme to search the mean square error closer to the algorithm of full search than those fast algorithms. …”
    Get full text
    Article
  7. 107

    MCTS-NC: A thorough GPU parallelization of Monte Carlo Tree Search implemented in Python via numba.cuda by Przemysław Klęsk

    Published 2025-05-01
    “…With CUDA computational model in mind, we introduce MCTS-NC (Monte Carlo Tree Search–numba.cuda ). It contains four, fast-operating and thoroughly parallel, variants of the MCTS algorithm. …”
    Get full text
    Article
  8. 108

    Functional Neurological Symptom Disorder: A Diagnostic Algorithm by Eugénie Girouard, Isabelle Savoie, Ludivine Chamard Witkowski

    Published 2019-01-01
    “…In the light of these findings, we recommend the clinicians to perform two PoSPs, searching for clinicoradiological lack of correspondence and time stability using our algorithm.…”
    Get full text
    Article
  9. 109

    Comparison of algorithms for multi-objective optimization of radio technical device characteristics by A. V. Smirnov

    Published 2022-12-01
    “…One of the compared algorithms comprises the Third Evolution Step of Generalized Differential Evolution (GDE3) population-based algorithm for searching the full approximation of the Pareto set simultaneously, while the other three algorithms minimize the scalar objective function to find only one element of the Pareto set in a single search cycle: these comprise Multistart Pattern Search (MSPS), Multistart Sequential Quadratic Programming (MSSQP) method and Particle Swarm Optimization (PSO) algorithms.Results. …”
    Get full text
    Article
  10. 110

    Application of Genetic Algorithms for Finding Edit Distance between Process Models by Anna A. Kalenkova, Danil A. Kolesnikov

    Published 2018-12-01
    “…In particular, we find distances between BPMN (Business Process Model and Notation) models discovered from event logs by using different process discovery algorithms. We show that the genetic algorithm allows us to dramatically reduce the time of comparison and produces results which are close to the optimal solutions (minimal graph edit distances calculated by the exact search algorithm).…”
    Get full text
    Article
  11. 111

    Pickup and delivery problem solver for multiple mobile robots considering robot’s dynamics by Tomoaki Shimizu, Ayumu Goto, Kosuke Taneda, Takeshi Muranaka, Yuji Enoki, Toyokazu Kobayashi, Tomoya Hattori, Ryota Takamido, Jun Ota

    Published 2025-06-01
    “…Abstract This paper presents a new approach to the multi-agent task assignment and motion planning problem, paying particular attention to the dynamic characteristics of multiple mobile robots such as acceleration and deceleration patterns. By utilizing the Conflict-Based Search with Task Assignment framework, the algorithm is composed of three layers (upper-layer: initial and re-plan, middle-layer: task assignment, and lower-layer: motion planning) which can efficiently handle multiple tasks and robots and deal with a variety of speed and motion constraints. …”
    Get full text
    Article
  12. 112

    An Adaptive Chaotic Sine Cosine Algorithm for Constrained and Unconstrained Optimization by Yetao Ji, Jiaze Tu, Hanfeng Zhou, Wenyong Gui, Guoxi Liang, Huiling Chen, Mingjing Wang

    Published 2020-01-01
    “…First, an adaptive transformation parameter is proposed to make transformation more flexible between global search and local exploitation. Then, the chaotic local search is added to augment the local searching patterns of the algorithm. …”
    Get full text
    Article
  13. 113
  14. 114

    Robust Classification of UWB NLOS/LOS Using Combined FCE and XGBoost Algorithms by Shoude Wang, Nur Syazreen Ahmad

    Published 2024-01-01
    “…Preliminary NLOS identification and classification are performed using Fuzzy Comprehensive Evaluation (FCE), with subsequent optimization of FCE weights via the Pattern Search algorithm (PSa). Final classification and recognition are then achieved through XGBoost. …”
    Get full text
    Article
  15. 115

    Queueing modeling and optimization of hybrid electric vehicle infrastructures using evolutionary algorithms by Shreekant Varshney, Manthan Shah, Bhasuru Abhinaya Srinivas, Mayank Gupta, Kaibalya Prasad Panda

    Published 2025-03-01
    “…The novelty of the proposed research is to formulate the cost optimization problem and demonstrate optimal converging outcomes through an in-depth comparative investigation of multiple evolutionary algorithms, including the particle swarm optimization (PSO), cuckoo search (CS), grey wolf (GW), and honey badger (HB) optimizers. …”
    Get full text
    Article
  16. 116

    HashTrie:a space-efficient multiple string matching algorithm by Ping ZHANG, Yan-bing LIU, Jing YU, Jian-long TAN

    Published 2015-10-01
    “…The famous multiple string matching algorithm AC consumed huge memory when the string signatures were massive,thus unable to process high speed network traffic efficiently.To solve this problem,a space-efficient multiple string matching algorithm-HashTrie was proposed.This algorithm adopted recursive hash function to store the patterns in bit-vectors in place of the state transition table in order to reduce space consumption.Further more it made use of the rank operation for fast verification.Theoretic analysis shows that the space complexity of HashTrie is O(|P|),which is linear with the size of pattern set |P|and is independent of the alphabetsize σ.The space complexity is superior to the complexity O(|P|σlog|P|)of AC.Experiments on synthetic datasets and real-world datasets(such as Snort,ClamAV and URL)show that HashTrie saves up to 99.6% storage cost compared with AC,and in the meanwhile it runs at a matching speed that is about half of AC.HashTrie is a space-efficient multiple string matching algorithm that is appropriate to search large scale pattern strings with short lengths.…”
    Get full text
    Article
  17. 117

    Multi-scenario Load Combinatorial Optimization Based on Improved Greedy Algorithm by Yan WANG, Jing JIANG, Hengjing HE, Ciwei GAO, Yong XIAO

    Published 2020-05-01
    “…And then, the greedy search algorithm is improved by introducing random factors to remedy the defects of the algorithm in determination of the initial estimation and optimization effects, thus improving the quality and accuracy of the algorithm. …”
    Get full text
    Article
  18. 118

    Forecasting Renewable energy and electricity consumption using evolutionary hyperheuristic algorithm by Yang Cao, Jun Yu, Rui Zhong, Masaharu Munetomo

    Published 2025-01-01
    “…The configuration of optimal parameters for these models typically requires optimization algorithms, but conventional algorithms may struggle with fixed search patterns and limited robustness. …”
    Get full text
    Article
  19. 119

    A hybrid swarm intelligent optimization algorithm for antenna design problems by Supreet Singh, Harbinder Singh, Nitin Mittal, Gurpreet Kaur Punj, Lalit Kumar, Kinde Anlay Fante

    Published 2025-02-01
    “…The Naked Mole-Rat Algorithm (NMRA), inspired by the mating patterns of naked mole-rats, has shown promise but suffers from poor convergence accuracy and a tendency to get trapped in local optima. …”
    Get full text
    Article
  20. 120

    Research on hybrid strategy Particle Swarm Optimization algorithm and its applications by Jicheng Yao, Xiaonan Luo, Fang Li, Ji Li, Jundi Dou, Hongtai Luo

    Published 2024-10-01
    “…HSPSO is evaluated using CEC-2005 and CEC-2014 benchmark functions, demonstrating superior performance over standard PSO, Dynamic Adaptive Inertia Weight PSO (DAIW-PSO), Hummingbird Flight patterns PSO (HBF-PSO), Butterfly Optimization Algorithm (BOA), Ant Colony Optimization (ACO), and Firefly Algorithm (FA). …”
    Get full text
    Article