-
1541
Statistical Analysis Method for Optimal Prameters of Telemetry Communication
Published 2025-06-01“…The results confirm that the method significantly reduces the bit error rate by 3.3% and improves the success rate of deframing in most experimental wells. …”
Get full text
Article -
1542
Forest canopy closure estimation in mountainous southwest China using multi-source remote sensing data
Published 2025-08-01“…Combined with 54 measured plot data, the improved machine learning model of the Bayesian optimization (BO) algorithm was used to obtain the FCC in the footprint-scale ATLAS footprint. …”
Get full text
Article -
1543
A hybrid BOA-SVR approach for predicting aerobic organic and nitrogen removal in a gas-liquid-solid circulating fluidized bed bioreactor
Published 2024-12-01“…The downer of a GLSCFB bioreactor provided experimental data on TKN, NH4-N, NO3-N, and TCOD removal. The hybrid optimal intelligence algorithm (BOA-SVR) has improved model accuracy across multiple domains by combining BOA and SVR. …”
Get full text
Article -
1544
VLSI implementation of AES algorithm against differential power attack and differential fault attack
Published 2010-01-01“…And exploits such methods as separating 128bit calculation into four 32bit calculations, module reuse and optimization of calculation order was exploited to reduce hardware cost. …”
Get full text
Article -
1545
Visual SLAM algorithm for underground robots in coal mines based on point-line features
Published 2025-05-01“…Therefore, a binocular vision localization algorithm SL-SLAM for underground mobile robots in coal mines based on the improved ORB (Oriented Fast and Rotated Brief)-SLAM3 algorithm is proposed. …”
Get full text
Article -
1546
Development of Spectral Clustering Algorithm in Cognitive Diagnosis Model: Approach for Student’s Psychological Growth
Published 2025-08-01“…The spectral clustering (SC) algorithm iterative optimization was combined with a similarity matrix and Laplacian matrix to construct an improved spectral clustering cognitive diagnosis model. …”
Get full text
Article -
1547
A Novel Proposed Algorithm to Enhance the Overcurrent Relays’ Performance in Active Distribution Networks
Published 2022-01-01“…In this study, the improved wild horse optimization (IWHO) algorithm is used as a novel metaheuristic method for solving optimization issues in coordination of OCRs in a distribution network, for the first time. …”
Get full text
Article -
1548
An efficient hybrid Hopfield convolutional neural network for detecting spam bots in Twitter platform
Published 2025-12-01“…This method helps to reduce the feature dimensionality and overfitting issues. In order to improve the optimization algorithm’s searching ability, an X-shaped transfer function is used. …”
Get full text
Article -
1549
Topology control algorithm backing for network coding in cognitive wireless ad hoc networks
Published 2013-05-01“…In order to study the limited bandwidth resource in cognitive wireless ad hoc network,a topology control algo-rithm backing for network coding was proposed.The algorithm was mainly composed of three phases.In the stage of ini-tial topology construction,the algorithm used the shortest path algorithm to construct topology for unicast services,used the shortest path algorithm based on network coding to construct topology for multicast services.In the stage of topology optimization,the algorithm deleted links which met certain conditions one by one to optimize the topology.In the stage of topology recovery,the algorithm used the least cost links which were not in the path cluster including failed links to recover network connectivity.Simulation results show that the proposed algorithm can improve the spatial reuse of radio resource and enhance network invulnerability.…”
Get full text
Article -
1550
Finite-Time Control for Satellite Formation Reconfiguration and Maintenance in LEO: A Nonlinear Lyapunov-Based SDDRE Approach
Published 2025-02-01“…This optimization process minimizes energy usage through a hybrid genetic algorithm and simulated annealing (HGASA), resulting in improved performance. …”
Get full text
Article -
1551
Nonlinear waveform optimization for wireless power transfer systems
Published 2025-06-01“…We develop single-user and multi-user algorithms that maximize the output DC voltage of the weighted and/or minimum moment antennas by optimizing waveform design. …”
Get full text
Article -
1552
Performance assessment of basalt fibre concrete under freeze-thaw cycles using hybrid long short-term memory models
Published 2025-12-01“…By integrating self-conducted experimental data and referenced datasets, a diverse experimental database was constructed. Improved algorithms, namely Asynchronous Learning Particle Swarm Optimization (AsyLnCPSO) and Hybrid Genetic Algorithm-based Particle Swarm Optimization (GA-HIDMS-PSO), were paired with LSTM neural networks to systematically evaluate their adaptability and effectiveness in predicting the performance of basalt fiber-reinforced concrete under freeze-thaw conditions. …”
Get full text
Article -
1553
Algorithms for Load Balancing in Next-Generation Mobile Networks: A Systematic Literature Review
Published 2025-06-01“…The need for enhanced radio resource allocation schemes, improved user mobility and increased throughput, driven by a rising demand for data, has necessitated the development of diverse algorithms that optimize output values based on varied input parameters. …”
Get full text
Article -
1554
Multi-objective quantum hybrid evolutionary algorithms for enhancing quality-of-service in internet of things
Published 2025-04-01“…The hybrid algorithm enhances QoS in IoT applications by achieving superior optimization in terms of energy efficiency, latency reduction, convergence, and coverage cost. …”
Get full text
Article -
1555
Lightweight visible damage detection algorithm for embedded systems applied to pipeline automation equipment
Published 2025-06-01“…The backbone of the algorithm, CSPHet, employs efficient combinatorial convolution and heterogeneous kernel convolution, incorporates a lightweight convolutional structure SL in the neck of the network, enhances the nonlinear representation and feature processing capability through channel shuffling, utilizes the lightweight self-attention mechanism Detect_SA for prediction, and employs a multilayered GhostConv to improve the computational efficiency. …”
Get full text
Article -
1556
Adaptive Channel Division and Subchannel Allocation for Orthogonal Frequency Division Multiple Access-Based Airborne Power Line Communication Networks
Published 2024-11-01“…This paper addresses the critical needs of the aviation industry in advancing towards More Electric Aircraft (MEA) by leveraging power line communication (PLC) technology, which merges data and power transmission to offer substantial reductions in aircraft system weight and cost. We introduce pioneering algorithms for channel division and subchannel allocation within Orthogonal Frequency Division Multiple Access (OFDMA)-based airborne PLC networks, aimed at optimizing network performance in key areas such as throughput, average delay, and fairness. …”
Get full text
Article -
1557
Research on intelligent control of coal slime flotation based on the WOA-GRU model
Published 2025-04-01“…To address the low fitting accuracy of traditional identification methods, a Whale Optimization Algorithm (WOA)-based Gated Recurrent Unit (GRU) system identification model (WOA-GRU) was proposed. …”
Get full text
Article -
1558
A thermodynamic inspired AI based search algorithm for solving ordinary differential equations
Published 2025-05-01“…In return, metaheuristic algorithms have become promising alternatives that strongly transform the solution process into an optimization task. …”
Get full text
Article -
1559
PM2.5 Concentration Prediction Based on Markov Blanke Feature Selection and Hybrid Kernel Support Vector Regression Optimized by Particle Swarm Optimization
Published 2021-02-01“…Abstract This study employed air quality and meteorological data as research materials and extracted the optimal feature subset by using the approximate Markov blanket-based normal maximum relevance minimum redundancy (nMRMR) algorithm to serve as the input data of the prediction model. …”
Get full text
Article -
1560
Efficient Pathfinding on Grid Maps: Comparative Analysis of Classical Algorithms and Incremental Line Search
Published 2025-01-01“…Pathfinding on grid maps is a cornerstone problem in robotics, autonomous navigation, and game development. Classical algorithms such as A*, Dijkstra’s, and Breadth-First Search (BFS) are known for their ability to guarantee optimal solutions, while others like Depth-First Search (DFS) and Greedy Best-First Search prioritize speed over optimality. …”
Get full text
Article