Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (25)

Search Parameters:
Keywords = particle swarm arithmetic

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
25 pages, 3741 KB  
Article
The Spike Processing Unit (SPU): An IIR Filter Approach to Hardware-Efficient Spiking Neurons
by Hugo Puertas de Araújo
Chips 2026, 5(2), 11; https://doi.org/10.3390/chips5020011 - 30 Apr 2026
Viewed by 2
Abstract
This paper presents the Spike Processing Unit (SPU), a digital spiking neuron model based on a discrete-time second-order Infinite Impulse Response (IIR) filter. By constraining filter coefficients to powers of two, the SPU implements all internal operations via shift-and-add arithmetic on 6-bit signed [...] Read more.
This paper presents the Spike Processing Unit (SPU), a digital spiking neuron model based on a discrete-time second-order Infinite Impulse Response (IIR) filter. By constraining filter coefficients to powers of two, the SPU implements all internal operations via shift-and-add arithmetic on 6-bit signed integers, eliminating general-purpose multipliers. Unlike traditional models, computation in the SPU is fundamentally temporal; spike timing emerges from the interaction between input events and internal IIR dynamics rather than signal intensity accumulation. The model’s efficacy is evaluated through a temporal pattern discrimination task. Using Particle Swarm Optimization (PSO) within a hardware-constrained parameter space, a single SPU is optimized to emit pattern-specific spikes while remaining silent under stochastic noise. Results from cycle-accurate Python simulations and synthesizable VHDL implementations indicate that the learned temporal dynamics are preserved under hardware-constrained digital execution, supporting the feasibility of the proposed approach. This work demonstrates that discrete-time IIR-based neurons enable reliable temporal spike processing under strict quantization and arithmetic constraints. Full article
28 pages, 18007 KB  
Article
Revitalizing Water Storage Capacity: Remote Sensing and Optimization-Based Design for a New Dam
by Ömer Genç, Latif Onur Uğur, Rıfat Akbıyıklı, Beytullah Bozali and Volkan Ateş
Sustainability 2026, 18(7), 3312; https://doi.org/10.3390/su18073312 - 29 Mar 2026
Viewed by 388
Abstract
Most of the dam structures around the world are approaching the end of their economic life of 50 to 70 years, especially due to sediment accumulation in reservoir areas. This situation necessitates the development of proactive infrastructure management strategies. This study presents an [...] Read more.
Most of the dam structures around the world are approaching the end of their economic life of 50 to 70 years, especially due to sediment accumulation in reservoir areas. This situation necessitates the development of proactive infrastructure management strategies. This study presents an original framework for the process of renewal of aging dams that blends remote sensing techniques and meta-intuitive optimization methods. Within the scope of the study, the Hasanlar Dam located in Düzce was selected as a sample, and a new dam axis was determined in the upper part of the basin. A detailed volume–height curve was created using 12.5 m resolution ALOS PALSAR numerical height models (DEM) and GIS-based spatial data curation to calculate the reservoir storage capacity in precise increments of 2 m. To maximize the structural efficiency of the proposed “New Hasanlar Dam”, the cross-sectional area has been minimized through seven current algorithms such as Genetic Algorithm (GA), Arithmetic Optimization Algorithm (AOA), Gray Wolf Optimizer (GWO), Dragonfly Algorithm (DA), Particle Swarm Optimization (PSO), Crayfish Optimization Algorithm (CAO), and Cheetah Optimizer (CO). The findings obtained prove that the PSO and CAOs achieved a significant reduction in cross-sectional area by 29.36% and successfully approached the global optimum. The replacement of the 55.5 million m3 capacity of the existing Hasanlar Dam with a new structure with a height of 78 m will guarantee sustainability and structural safety in water management. As a result, this study reveals that the integration of high-resolution remote sensing data and advanced heuristic methods is a cost-effective and powerful tool in the strategic renovation of aging hydraulic infrastructures. Full article
Show Figures

Graphical abstract

31 pages, 4949 KB  
Article
Attention Distribution-Aware Softmax for NPU-Accelerated On-Device Inference of LLMs: An Edge-Oriented Approximation Design
by Sanoop Sadheerthan, Min-Jie Hsu, Chih-Hsiang Huang and Yin-Tien Wang
Electronics 2026, 15(6), 1312; https://doi.org/10.3390/electronics15061312 - 20 Mar 2026
Viewed by 670
Abstract
Low-power NPUs enable on-device LLM inference through efficient integer and fixed-point algebra, yet their lack of native exponential support makes Transformer softmax a critical performance bottleneck. Existing NPU kernels approximate ex using uniform piecewise polynomials to enable O(1) SIMD indexing, but this [...] Read more.
Low-power NPUs enable on-device LLM inference through efficient integer and fixed-point algebra, yet their lack of native exponential support makes Transformer softmax a critical performance bottleneck. Existing NPU kernels approximate ex using uniform piecewise polynomials to enable O(1) SIMD indexing, but this wastes computation by applying high-degree arithmetic indiscriminately in every segment. Conversely, fully adaptive approaches maximize statistical fidelity but introduce pipeline stalls due to comparator-based boundary search. To bridge this gap, we propose an attention distribution-aware softmax that uses Particle Swarm Optimization (PSO) to define non-uniform segments and variable polynomial degrees, prioritizing finer granularity and lower arithmetic complexity in attention-dense regions. To ensure efficiency, we snap boundaries into a 128-bin LUT, enabling O(1) retrieval of segment parameters without branching. Inference measurements show that this favors low-degree execution, minimizing exp-kernel overhead. Using TinyLlama-1.1B-Chat as a testbed, the proposed weighted design reduces cycles per call exp kernel (CPC) by 18.5% versus an equidistant uniform Degree-4 baseline and 13.1% versus uniform Degree-3, while preserving ranking fidelity. These results show that grid-snapped, variable-degree approximation can improve softmax efficiency while largely preserving attention ranking fidelity, enabling accurate edge LLM inference. Full article
(This article belongs to the Special Issue Emerging Applications of FPGAs and Reconfigurable Computing System)
Show Figures

Figure 1

24 pages, 2763 KB  
Article
Dynamic Hierarchical Fusion for Space Multi-Target Passive Tracking with Limited Field-of-View
by Jizhe Wang, Di Zhou, Runle Du and Jiaqi Liu
Aerospace 2026, 13(3), 282; https://doi.org/10.3390/aerospace13030282 - 17 Mar 2026
Viewed by 272
Abstract
Space-based multi-target passive tracking is critical for space situational awareness, but faces severe challenges due to the limited field-of-view (FoV) and directional ambiguity of onboard sensors. These constraints often lead to target loss, poor observability, and decreased estimation accuracy. To address these issues, [...] Read more.
Space-based multi-target passive tracking is critical for space situational awareness, but faces severe challenges due to the limited field-of-view (FoV) and directional ambiguity of onboard sensors. These constraints often lead to target loss, poor observability, and decreased estimation accuracy. To address these issues, different fusion architectures have been explored. While centralized measurement-level fusion offers superior accuracy for estimating target states, distributed estimation-level fusion provides greater reliability for estimating the number of targets. To adaptively leverage these two complementary strengths, a dynamic hierarchical fusion method through real-time optimization of the fusion topology is proposed. Specifically, at each decision epoch, sensor nodes are dynamically partitioned into local fusion nodes (LFNs) and detection-only nodes (DONs). Each LFN receives measurements from selected DONs and executes an iterated-correction Gaussian-mixture probability hypothesis density filter. Subsequently, LFNs share and fuse their estimates using the intensity-dependent arithmetic average fusion. This dynamic process is achieved by applying a sensor management scheme based on partially observable Markov decision process (POMDP). To ensure accurate cardinality estimation, the reward function in POMDP utilizes the posterior expected number of targets. The resultant optimization is efficiently solved using a binary particle swarm optimization algorithm. Numerical and hardware-in-the-loop simulations demonstrate the effectiveness of the proposed method in balancing the accuracy of target number and state estimation. Full article
(This article belongs to the Section Astronautics & Space Science)
Show Figures

Figure 1

60 pages, 59143 KB  
Article
Binary Pufferfish Optimization Algorithm for Combinatorial Problems
by Broderick Crawford, Álex Paz, Ricardo Soto, Álvaro Peña Fritz, Gino Astorga, Felipe Cisternas-Caneo, Claudio Patricio Toledo Mac-lean, Fabián Solís-Piñones, José Lara Arce and Giovanni Giachetti
Biomimetics 2026, 11(1), 10; https://doi.org/10.3390/biomimetics11010010 - 25 Dec 2025
Cited by 1 | Viewed by 717
Abstract
Metaheuristics are a fundament pillar of Industry 4.0, as they allow for complex optimization problems to be solved by finding good solutions in a reasonable amount of computational time. One category of important problems in modern industry is that of binary problems, where [...] Read more.
Metaheuristics are a fundament pillar of Industry 4.0, as they allow for complex optimization problems to be solved by finding good solutions in a reasonable amount of computational time. One category of important problems in modern industry is that of binary problems, where decision variables can take values of zero or one. In this work, we propose a binary version of the Pufferfish optimization algorithm (BPOA), which was originally created to solve continuous problems. The binary mapping follows a two-step technique, first transforming using transfer functions and then discretizing using binarization rules. We study representative pairings of transfer functions and binarization rules, comparing our algorithm with Particle Swarm Optimization, Secretary Bird Optimization Algorithm, and Arithmetic Optimization Algorithm with identical computational budgets. To validate its correct functioning, we solved binary problems present in industry, such as the Set Covering Problem together with its Unicost variant, as well as the Knapsack Problem. The results we achieved with regard to these problems were promising and statistically validated. The tests performed on the executions indicate that many pair differences are not statistically significant when both methods are already close to the optimal level, and significance arises precisely where the descriptive gaps widen, underscoring that transfer–rule pairing is the main performance factor. BPOA is a competitive and flexible framework whose effectiveness is mainly governed by the discretization design. Full article
(This article belongs to the Special Issue Advances in Biological and Bio-Inspired Algorithms)
Show Figures

Graphical abstract

26 pages, 8244 KB  
Article
Fuel Consumption Prediction for Full Flight Phases Toward Sustainable Aviation: A DMPSO-LSTM Model Using Quick Access Recorder (QAR) Data
by Jing Xiong, Chunling Zou, Yongbing Wan, Youchao Sun and Gang Yu
Sustainability 2025, 17(8), 3358; https://doi.org/10.3390/su17083358 - 9 Apr 2025
Cited by 6 | Viewed by 2501
Abstract
Reducing emissions in the aviation industry remains a critical challenge for global low-carbon transition. Accurate fuel consumption prediction is essential to achieving emission reduction targets and advancing sustainable development in aviation. Aircraft fuel consumption is influenced by numerous complex factors during flight, resulting [...] Read more.
Reducing emissions in the aviation industry remains a critical challenge for global low-carbon transition. Accurate fuel consumption prediction is essential to achieving emission reduction targets and advancing sustainable development in aviation. Aircraft fuel consumption is influenced by numerous complex factors during flight, resulting in significant nonlinear relationships between segment-specific variables and fuel usage. Traditional statistical and econometric models struggle to capture these relationships effectively. This article first focuses on the different characteristics of QAR data and uses the Adaptive Noise Ensemble Empirical Mode Decomposition (CEEMDAN) method to obtain more significant potential features of QAR data, solving the problems of mode aliasing and uneven mode gaps that may occur in traditional decomposition methods when processing non-stationary signals. Secondly, a dynamic multidimensional particle swarm optimization algorithm (DMPSO) was constructed using an adaptive adjustment dynamic change method of inertia weight and learning factor, which solved the problem of local extremum and low search accuracy in the solution space that PSO algorithm is prone to during the optimization process. Then, a DMPSO-LSTM aircraft fuel consumption model was established to achieve fuel consumption prediction for three flight segments: climb, cruise, and descent. The final proposed model was validated on real-world datasets, and the results showed that it outperformed other baseline models such as BP, RNN, PSO-LSTM, etc. Among the results, the climbing segment MAE index decreased by more than 40%, the RMSE index decreased by more than 38%, and the R2 index increased by more than 6%, respectively. The MAE index of the cruise segment decreased by more than 40%, the RMSE index decreased by more than 40%, and the R2 index increased by more than 5%, respectively. The MAE index of the descending segment decreased by more than 20%, the RMSE index decreased by more than 30%, and the R2 index increased by more than 5%, respectively. The improved prediction accuracy can be used to implement multi-criteria optimization in flight operations: (1) by quantifying weight–fuel relationships, it supports payload–fuel tradeoff decisions; (2) enhanced phase-specific predictions allow optimized climb/cruise profile selections, balancing time and fuel use; and (3) precise consumption estimates facilitate optimal fuel-loading decisions, minimizing safety margins. The high-precision fuel consumption prediction framework proposed in this study provides actionable insights for airlines to optimize flight operations and design low-carbon route strategies, thereby accelerating the aviation industry’s transition toward net-zero emissions. Full article
Show Figures

Figure 1

17 pages, 3055 KB  
Article
Enhancing Sustainability in Renewable Energy: Comparative Analysis of Optimization Algorithms for Accurate PV Parameter Estimation
by Hanaa Fathi, Deema Mohammed Alsekait, Arar Al Tawil, Israa Wahbi Kamal, Mohammad Sameer Aloun and Ibrahim I. M. Manhrawy
Sustainability 2025, 17(6), 2718; https://doi.org/10.3390/su17062718 - 19 Mar 2025
Cited by 8 | Viewed by 2111
Abstract
This study presents a comparative analysis of various optimization algorithms—Differential Evolution (DE), Particle Swarm Optimization (PSO), Arithmetic Optimization Algorithm (AOA), and Hippopotamus Optimization Algorithm (HOA)—for parameter identification in photovoltaic (PV) models. By utilizing RTC France solar cell data, we demonstrate that accurate parameter [...] Read more.
This study presents a comparative analysis of various optimization algorithms—Differential Evolution (DE), Particle Swarm Optimization (PSO), Arithmetic Optimization Algorithm (AOA), and Hippopotamus Optimization Algorithm (HOA)—for parameter identification in photovoltaic (PV) models. By utilizing RTC France solar cell data, we demonstrate that accurate parameter estimation is crucial for enhancing the efficiency of PV systems, ultimately supporting sustainable energy solutions. Our results indicate that DE achieves the lowest root mean square error (RMSE) of 0.0001 for the double-diode model (DDM), outperforming other methods in terms of accuracy and convergence speed. Both the HOA and PSO also show competitive RMSE values, underscoring their effectiveness in optimizing parameters for PV models. This research not only contributes to improved PV model precision but also aids in the broader effort to advance renewable energy technologies, thereby fostering a more sustainable future. Full article
Show Figures

Figure 1

40 pages, 5298 KB  
Article
DTSA: Dynamic Tree-Seed Algorithm with Velocity-Driven Seed Generation and Count-Based Adaptive Strategies
by Jianhua Jiang, Jiansheng Huang, Jiaqi Wu, Jinmeng Luo, Xi Yang and Weihua Li
Symmetry 2024, 16(7), 795; https://doi.org/10.3390/sym16070795 - 25 Jun 2024
Cited by 8 | Viewed by 2918
Abstract
The Tree-Seed Algorithm (TSA) has been effective in addressing a multitude of optimization issues. However, it has faced challenges with early convergence and difficulties in managing high-dimensional, intricate optimization problems. To tackle these shortcomings, this paper introduces a TSA variant (DTSA). DTSA incorporates [...] Read more.
The Tree-Seed Algorithm (TSA) has been effective in addressing a multitude of optimization issues. However, it has faced challenges with early convergence and difficulties in managing high-dimensional, intricate optimization problems. To tackle these shortcomings, this paper introduces a TSA variant (DTSA). DTSA incorporates a suite of methodological enhancements that significantly bolster TSA’s capabilities. It introduces the PSO-inspired seed generation mechanism, which draws inspiration from Particle Swarm Optimization (PSO) to integrate velocity vectors, thereby enhancing the algorithm’s ability to explore and exploit solution spaces. Moreover, DTSA’s adaptive velocity adaptation mechanism based on count parameters employs a counter to dynamically adjust these velocity vectors, effectively curbing the risk of premature convergence and strategically reversing vectors to evade local optima. DTSA also integrates the trees population integrated evolutionary strategy, which leverages arithmetic crossover and natural selection to bolster population diversity, accelerate convergence, and improve solution accuracy. Through experimental validation on the IEEE CEC 2014 benchmark functions, DTSA has demonstrated its enhanced performance, outperforming recent TSA variants like STSA, EST-TSA, fb-TSA, and MTSA, as well as established benchmark algorithms such as GWO, PSO, BOA, GA, and RSA. In addition, the study analyzed the best value, mean, and standard deviation to demonstrate the algorithm’s efficiency and stability in handling complex optimization issues, and DTSA’s robustness and efficiency are proven through its successful application in five complex, constrained engineering scenarios, demonstrating its superiority over the traditional TSA by dynamically optimizing solutions and overcoming inherent limitations. Full article
(This article belongs to the Special Issue Advanced Optimization Methods and Their Applications)
Show Figures

Figure 1

16 pages, 3059 KB  
Article
Establishing a Berry Sensory Evaluation Model Based on Machine Learning
by Minghao Liu, Minhua Liu, Lin Bai, Wei Shang, Runhan Ren, Zhiyao Zhao and Ying Sun
Foods 2023, 12(18), 3502; https://doi.org/10.3390/foods12183502 - 20 Sep 2023
Cited by 14 | Viewed by 3555
Abstract
In recent years, people’s quality of life has increased, and the requirements for fruits have also become higher; blueberries are particularly popular because of their rich nutrients. In the blueberry industry chain, sensory evaluation is an important link in determining the quality of [...] Read more.
In recent years, people’s quality of life has increased, and the requirements for fruits have also become higher; blueberries are particularly popular because of their rich nutrients. In the blueberry industry chain, sensory evaluation is an important link in determining the quality of blueberries. Therefore, to make a more objective scientific evaluation of blueberry quality and reduce the influence of human factors, on the basis of traditional sensory evaluation methods, machine learning is introduced to establish a support vector regression prediction model optimized by the particle swarm algorithm. Ten physical and chemical flavor indices of blueberries (such as catalase, flavonoids, and soluble solids) were used as input data, and sensory evaluation scores were used as output data. Three different predictive models were applied and compared: a particle swarm optimization support vector machine, a convolutional neural network, and a long short-term memory network model. To ensure reliability, the experiments with each of the three models were repeated 20 times, and the mean of each index was calculated. The experimental results showed that the root mean square error and mean absolute error of the particle swarm optimization support vector machine were 0.45 and 0.40, respectively; these values were lower than those of the convolutional neural network (0.96 and 0.78, respectively) and the long short-term memory network (1.22 and 0.97, respectively). Hence, these results highlighted the superiority of the proposed model when sample data are limited. Full article
(This article belongs to the Section Food Systems)
Show Figures

Figure 1

26 pages, 40081 KB  
Article
Detection of Weak Fault Signals in Power Grids Based on Single-Trap Resonance and Dissipative Chaotic Systems
by Shuqin Sun, Xin Qi, Zhenghai Yuan, Xiaojun Tang and Zaihua Li
Electronics 2023, 12(18), 3896; https://doi.org/10.3390/electronics12183896 - 15 Sep 2023
Cited by 4 | Viewed by 1530
Abstract
Aiming to solve the problem that the performance of classical time–frequency domain signal detection methods is severely degraded in highly noisy environments, a single-trap approximate model of the stochastic resonance of bistable systems is studied in this paper. This method improves the defects [...] Read more.
Aiming to solve the problem that the performance of classical time–frequency domain signal detection methods is severely degraded in highly noisy environments, a single-trap approximate model of the stochastic resonance of bistable systems is studied in this paper. This method improves the defects of the classical bistable stochastic resonance model that cause it to be inapplicable during non-periodic signal detection. Combining this method with the particle swarm optimization algorithm based on an attenuation factor and cross-correlation detection technology, detection experiments determining the impulse voltage fluctuation signals, motor speed fluctuation signals and low-frequency oscillation signals of a power system are conducted. The results show that the single-trap resonance model has good phase matching performance and noise cancellation abilities. Furthermore, combining it with two kinds of dissipative chaotic systems, a comprehensive frequency and amplitude detection experiment was carried out for multiple harmonic aliasing signals. The results show that the single-trap resonance model can achieve error-free detection of each harmonic frequency and high-precision detection of each harmonic amplitude in highly noisy environments. The research results will provide new ideas for the detection of various types of weak fault signals in power systems. Full article
Show Figures

Figure 1

19 pages, 3491 KB  
Article
Construction of Building Energy Consumption Prediction Model Based on Multi-Optimization Model
by Hongyan Wang, Wen Wen, Zihong Zhang and Ning Gao
Buildings 2023, 13(7), 1677; https://doi.org/10.3390/buildings13071677 - 30 Jun 2023
Cited by 8 | Viewed by 2130
Abstract
This study explores the utilization of the Relevance Vector Machine (RVM) model, optimized using the Sparrow Search Algorithm (SSA), Simulate Anneal Arithmetic (SAA), Particle Swarm Optimization (PSO), and Bayesian Optimization Algorithm (BOP), to construct an energy dissipation model for public buildings in Wuhan [...] Read more.
This study explores the utilization of the Relevance Vector Machine (RVM) model, optimized using the Sparrow Search Algorithm (SSA), Simulate Anneal Arithmetic (SAA), Particle Swarm Optimization (PSO), and Bayesian Optimization Algorithm (BOP), to construct an energy dissipation model for public buildings in Wuhan City. Energy consumption data and influential factors were collected from 100 public buildings, yielding 15 input variables, including building area, personnel density, and supply air temperature. Energy dissipation served as the output scalar indicator. Through correlation analysis between input and output variables, it was found that building area, personnel density, and supply air temperature significantly impact energy dissipation in public buildings. Principal component analysis (PCA) was employed for data dimensionality reduction, selecting seven main influential factors along with energy dissipation values as the dataset for the predictive model. The BOP-RVM model showed superior performance in terms of R2 (0.9523), r (0.9761), and low RMSE (5.3894) and SI (0.056). These findings hold substantial practical value for accurately predicting building energy consumption and formulating effective energy management strategies. Full article
(This article belongs to the Section Building Energy, Physics, Environment, and Systems)
Show Figures

Figure 1

18 pages, 3828 KB  
Article
A Multiregional Agricultural Machinery Scheduling Method Based on Hybrid Particle Swarm Optimization Algorithm
by Huang Huang, Xinwei Cuan, Zhuo Chen, Lina Zhang and Hao Chen
Agriculture 2023, 13(5), 1042; https://doi.org/10.3390/agriculture13051042 - 11 May 2023
Cited by 21 | Viewed by 4975
Abstract
The reasonable scheduling of agricultural machinery can avoid their purposeless flow during the operational service and reduce the scheduling cost of agricultural machinery service centers. In this research, a multiregional agricultural machinery scheduling model with a time window was established considering the timeliness [...] Read more.
The reasonable scheduling of agricultural machinery can avoid their purposeless flow during the operational service and reduce the scheduling cost of agricultural machinery service centers. In this research, a multiregional agricultural machinery scheduling model with a time window was established considering the timeliness of agricultural machinery operation. This model was divided into two stages: In the first stage, regions were divided through the Voronoi diagram, and farmlands were distributed to intraregional service centers. In the second stage, the model was solved using the hybrid particle swarm optimization (HPSO). The algorithm improves the performance of the algorithm by introducing a crossover, mutation, and particle elimination mechanism, and by using a linear differential to reduce the inertia weight and trigonometric function learning factor. Next, the accuracy and effectiveness of the algorithm are verified by different experimental samples. The results show that the algorithm can effectively reduce the scheduling cost, and has the advantages of strong global optimization ability, high stability, and fast convergence speed. Subsequent algorithm comparison proves that HPSO has better performance in different situations, can effectively solve the scheduling problem, and provides a reasonable scheduling scheme for multiarea and multifarmland operations. Full article
(This article belongs to the Section Agricultural Technology)
Show Figures

Figure 1

16 pages, 1701 KB  
Article
A Hardware-Efficient Perturbation Method to the Digital Tent Map
by Lucas Nardo, Erivelton Nepomuceno, Daniel Muñoz, Denis Butusov and Janier Arias-Garcia
Electronics 2023, 12(8), 1953; https://doi.org/10.3390/electronics12081953 - 21 Apr 2023
Cited by 7 | Viewed by 3016
Abstract
Digital chaotic systems used in various applications such as signal processing, artificial intelligence, and communications often suffer from the issue of dynamical degradation. This paper proposes a solution to address this problem in the digital tent map. Our proposed method includes a simple [...] Read more.
Digital chaotic systems used in various applications such as signal processing, artificial intelligence, and communications often suffer from the issue of dynamical degradation. This paper proposes a solution to address this problem in the digital tent map. Our proposed method includes a simple and optimized hardware architecture, along with a hardware-efficient perturbation method, to create a high-performance computing system that retains its chaotic properties. We implemented our proposed architecture using an FPGA (Field-Programmable Gate Array) and the 1’s complement fixed-point format. Our results demonstrate that the implemented digital circuit reduces logical resource consumption compared to state-of-the-art references and exhibits pseudo-random nature, as confirmed by various statistical tests. We validated our proposed pseudo-random number generator in a hardware architecture for particle swarm optimization, demonstrating its effectiveness. Full article
(This article belongs to the Section Computer Science & Engineering)
Show Figures

Figure 1

18 pages, 4886 KB  
Article
Research on Smart Power Sales Strategy Considering Load Forecasting and Optimal Allocation of Energy Storage System in China
by Hongli Liu, Luoqi Wang, Ji Li, Lei Shao and Delong Zhang
Energies 2023, 16(8), 3341; https://doi.org/10.3390/en16083341 - 9 Apr 2023
Cited by 6 | Viewed by 2516
Abstract
With the deepening reform of the power system, power sales companies need to adopt new power sales strategies to provide customers with better economic marketing solutions. Customer-side configuration of an energy storage system (ESS) can participate in power-related policies to reduce the comprehensive [...] Read more.
With the deepening reform of the power system, power sales companies need to adopt new power sales strategies to provide customers with better economic marketing solutions. Customer-side configuration of an energy storage system (ESS) can participate in power-related policies to reduce the comprehensive cost of electricity for commercial and industrial customers and improve customer revenue. For power sales companies, this can also attract new customers, expand sales and quickly capture the market. However, most of the ESS evaluation models studied so far are based on historical data configuration of typical daily storage capacity and charging and discharging scheduling instructions. In addition, most models do not adequately consider the performance characteristics of the ESS and cannot accurately assess the economics of the energy storage model. This study proposes an intelligent power sales strategy based on load forecasting with the participation of optimal allocation of ESS. Based on long short-term memory (LSTM) artificial neural network for predictive analysis of customer load, we evaluate the economics of adding energy storage to customers. Based on the premise of the two-part tariff, the ESS evaluation model is constructed with the objective of minimizing the annual comprehensive cost to the user by considering the energy tariff and the savings benefits of the basic tariff, assessing the annualized cost of ESS over its entire life cycle, and the impact of battery capacity decay on economics. The particle swarm optimization (PSO) algorithm is introduced to solve the model. By simulating the arithmetic example for real customers, their integrated electricity costs are significantly reduced. Moreover, this smart power sales strategy can provide different sales strategies according to the expected payback period of customers. This smart sales strategy can output more accurate declared maximum demand values than other traditional sales strategies, providing a more economical solution for customers. Full article
Show Figures

Figure 1

22 pages, 1754 KB  
Article
Metaheuristic Optimization-Based Feature Selection for Imagery and Arithmetic Tasks: An fNIRS Study
by Amad Zafar, Shaik Javeed Hussain, Muhammad Umair Ali and Seung Won Lee
Sensors 2023, 23(7), 3714; https://doi.org/10.3390/s23073714 - 3 Apr 2023
Cited by 19 | Viewed by 4855
Abstract
In recent decades, the brain–computer interface (BCI) has emerged as a leading area of research. The feature selection is vital to reduce the dataset’s dimensionality, increase the computing effectiveness, and enhance the BCI’s performance. Using activity-related features leads to a high classification rate [...] Read more.
In recent decades, the brain–computer interface (BCI) has emerged as a leading area of research. The feature selection is vital to reduce the dataset’s dimensionality, increase the computing effectiveness, and enhance the BCI’s performance. Using activity-related features leads to a high classification rate among the desired tasks. This study presents a wrapper-based metaheuristic feature selection framework for BCI applications using functional near-infrared spectroscopy (fNIRS). Here, the temporal statistical features (i.e., the mean, slope, maximum, skewness, and kurtosis) were computed from all the available channels to form a training vector. Seven metaheuristic optimization algorithms were tested for their classification performance using a k-nearest neighbor-based cost function: particle swarm optimization, cuckoo search optimization, the firefly algorithm, the bat algorithm, flower pollination optimization, whale optimization, and grey wolf optimization (GWO). The presented approach was validated based on an available online dataset of motor imagery (MI) and mental arithmetic (MA) tasks from 29 healthy subjects. The results showed that the classification accuracy was significantly improved by utilizing the features selected from the metaheuristic optimization algorithms relative to those obtained from the full set of features. All of the abovementioned metaheuristic algorithms improved the classification accuracy and reduced the feature vector size. The GWO yielded the highest average classification rates (p < 0.01) of 94.83 ± 5.5%, 92.57 ± 6.9%, and 85.66 ± 7.3% for the MA, MI, and four-class (left- and right-hand MI, MA, and baseline) tasks, respectively. The presented framework may be helpful in the training phase for selecting the appropriate features for robust fNIRS-based BCI applications. Full article
(This article belongs to the Special Issue Monitoring and Sensing in Neuroscience)
Show Figures

Figure 1

Back to TopTop