hybrid-based algorithm
Dotaz
Zobrazit nápovědu
This research paper develops a novel hybrid approach, called hybrid particle swarm optimization-teaching-learning-based optimization (hPSO-TLBO), by combining two metaheuristic algorithms to solve optimization problems. The main idea in hPSO-TLBO design is to integrate the exploitation ability of PSO with the exploration ability of TLBO. The meaning of "exploitation capabilities of PSO" is the ability of PSO to manage local search with the aim of obtaining possible better solutions near the obtained solutions and promising areas of the problem-solving space. Also, "exploration abilities of TLBO" means the ability of TLBO to manage the global search with the aim of preventing the algorithm from getting stuck in inappropriate local optima. hPSO-TLBO design methodology is such that in the first step, the teacher phase in TLBO is combined with the speed equation in PSO. Then, in the second step, the learning phase of TLBO is improved based on each student learning from a selected better student that has a better value for the objective function against the corresponding student. The algorithm is presented in detail, accompanied by a comprehensive mathematical model. A group of benchmarks is used to evaluate the effectiveness of hPSO-TLBO, covering various types such as unimodal, high-dimensional multimodal, and fixed-dimensional multimodal. In addition, CEC 2017 benchmark problems are also utilized for evaluation purposes. The optimization results clearly demonstrate that hPSO-TLBO performs remarkably well in addressing the benchmark functions. It exhibits a remarkable ability to explore and exploit the search space while maintaining a balanced approach throughout the optimization process. Furthermore, a comparative analysis is conducted to evaluate the performance of hPSO-TLBO against twelve widely recognized metaheuristic algorithms. The evaluation of the experimental findings illustrates that hPSO-TLBO consistently outperforms the competing algorithms across various benchmark functions, showcasing its superior performance. The successful deployment of hPSO-TLBO in addressing four engineering challenges highlights its effectiveness in tackling real-world applications.
- Klíčová slova
- exploitation, exploration, hybrid-based algorithm, metaheuristic, optimization, particle swarm optimization, teaching–learning-based optimization,
- Publikační typ
- časopisecké články MeSH
The dynamic traveling salesman problem (DTSP) falls under the category of combinatorial dynamic optimization problems. The DTSP is composed of a primary TSP sub-problem and a series of TSP iterations; each iteration is created by changing the previous iteration. In this article, a novel hybrid metaheuristic algorithm is proposed for the DTSP. This algorithm combines two metaheuristic principles, specifically ant colony optimization (ACO) and simulated annealing (SA). Moreover, the algorithm exploits knowledge about the dynamic changes by transferring the information gathered in previous iterations in the form of a pheromone matrix. The significance of the hybridization, as well as the use of knowledge about the dynamic environment, is examined and validated on benchmark instances including small, medium, and large DTSP problems. The results are compared to the four other state-of-the-art metaheuristic approaches with the conclusion that they are significantly outperformed by the proposed algorithm. Furthermore, the behavior of the algorithm is analyzed from various points of view (including, for example, convergence speed to local optimum, progress of population diversity during optimization, and time dependence and computational complexity).
In this paper, a new optimization algorithm called hybrid leader-based optimization (HLBO) is introduced that is applicable in optimization challenges. The main idea of HLBO is to guide the algorithm population under the guidance of a hybrid leader. The stages of HLBO are modeled mathematically in two phases of exploration and exploitation. The efficiency of HLBO in optimization is tested by finding solutions to twenty-three standard benchmark functions of different types of unimodal and multimodal. The optimization results of unimodal functions indicate the high exploitation ability of HLBO in local search for better convergence to global optimal, while the optimization results of multimodal functions show the high exploration ability of HLBO in global search to accurately scan different areas of search space. In addition, the performance of HLBO on solving IEEE CEC 2017 benchmark functions including thirty objective functions is evaluated. The optimization results show the efficiency of HLBO in handling complex objective functions. The quality of the results obtained from HLBO is compared with the results of ten well-known algorithms. The simulation results show the superiority of HLBO in convergence to the global solution as well as the passage of optimally localized areas of the search space compared to ten competing algorithms. In addition, the implementation of HLBO on four engineering design issues demonstrates the applicability of HLBO in real-world problem solving.
- Publikační typ
- časopisecké články MeSH
New technologies and trends in industries have opened up ways for distributed establishment of Cyber-Physical Systems (CPSs) for smart industries. CPSs are largely based upon Internet of Things (IoT) because of data storage on cloud servers which poses many constraints due to the heterogeneous nature of devices involved in communication. Among other challenges, security is the most daunting challenge that contributes, at least in part, to the impeded momentum of the CPS realization. Designers assume that CPSs are themselves protected as they cannot be accessed from external networks. However, these days, CPSs have combined parts of the cyber world and also the physical layer. Therefore, cyber security problems are large for commercial CPSs because the systems move with one another and conjointly with physical surroundings, i.e., Complex Industrial Applications (CIA). Therefore, in this paper, a novel data security algorithm Dynamic Hybrid Secured Encryption Technique (DHSE) is proposed based on the hybrid encryption scheme of Advanced Encryption Standard (AES), Identity-Based Encryption (IBE) and Attribute-Based Encryption (ABE). The proposed algorithm divides the data into three categories, i.e., less sensitive, mid-sensitive and high sensitive. The data is distributed by forming the named-data packets (NDPs) via labelling the names. One can choose the number of rounds depending on the actual size of a key; it is necessary to perform a minimum of 10 rounds for 128-bit keys in DHSE. The average encryption time taken by AES (Advanced Encryption Standard), IBE (Identity-based encryption) and ABE (Attribute-Based Encryption) is 3.25 ms, 2.18 ms and 2.39 ms, respectively. Whereas the average time taken by the DHSE encryption algorithm is 2.07 ms which is very much less when compared to other algorithms. Similarly, the average decryption times taken by AES, IBE and ABE are 1.77 ms, 1.09 ms and 1.20 ms and the average times taken by the DHSE decryption algorithms are 1.07 ms, which is very much less when compared to other algorithms. The analysis shows that the framework is well designed and provides confidentiality of data with minimum encryption and decryption time. Therefore, the proposed approach is well suited for CPS-IoT.
- Klíčová slova
- ABE, AES, Cyber-Physical System (CPS), IBE, confidentiality, decryption, encryption, security, smart industrial environment,
- MeSH
- cloud computing * MeSH
- důvěrnost informací MeSH
- internet věcí * MeSH
- ukládání a vyhledávání informací MeSH
- zabezpečení počítačových systémů MeSH
- Publikační typ
- časopisecké články MeSH
The sine-cosine algorithm (SCA) is a new population-based meta-heuristic algorithm. In addition to exploiting sine and cosine functions to perform local and global searches (hence the name sine-cosine), the SCA introduces several random and adaptive parameters to facilitate the search process. Although it shows promising results, the search process of the SCA is vulnerable to local minima/maxima due to the adoption of a fixed switch probability and the bounded magnitude of the sine and cosine functions (from -1 to 1). In this paper, we propose a new hybrid Q-learning sine-cosine- based strategy, called the Q-learning sine-cosine algorithm (QLSCA). Within the QLSCA, we eliminate the switching probability. Instead, we rely on the Q-learning algorithm (based on the penalty and reward mechanism) to dynamically identify the best operation during runtime. Additionally, we integrate two new operations (Lévy flight motion and crossover) into the QLSCA to facilitate jumping out of local minima/maxima and enhance the solution diversity. To assess its performance, we adopt the QLSCA for the combinatorial test suite minimization problem. Experimental results reveal that the QLSCA is statistically superior with regard to test suite size reduction compared to recent state-of-the-art strategies, including the original SCA, the particle swarm test generator (PSTG), adaptive particle swarm optimization (APSO) and the cuckoo search strategy (CS) at the 95% confidence level. However, concerning the comparison with discrete particle swarm optimization (DPSO), there is no significant difference in performance at the 95% confidence level. On a positive note, the QLSCA statistically outperforms the DPSO in certain configurations at the 90% confidence level.
- MeSH
- algoritmy * MeSH
- heuristika * MeSH
- počítačová simulace MeSH
- Publikační typ
- časopisecké články MeSH
- práce podpořená grantem MeSH
Any engineering system involves transitions that reduce the performance of the system and lower its comfort. In the field of automotive engineering, the combination of multiple motors and multiple power sources is a trend that is being used to enhance hybrid electric vehicle (HEV) propulsion and autonomy. However, HEV riding comfort is significantly reduced because of high peaks that occur during the transition from a single power source to a multisource powering mode or from a single motor to a multiple motor traction mode. In this study, a novel model-based soft transition algorithm (STA) is used for the suppression of large transient ripples that occur during HEV drivetrain commutations and power source switches. In contrast to classical abrupt switching, the STA detects transitions, measures their rates, generates corresponding transition periods, and uses adequate transition functions to join the actual and the targeted operating points of a given HEV system variable. As a case study, the STA was applied to minimize the transition ripples that occur in a fuel cell-supercapacitor HEV. The transitions that occurred within the HEV were handled using two proposed transition functions which were: a linear-based transition function and a stair-based transition function. The simulation results show that, in addition to its ability to improve driving comfort by minimizing transient torque ripples and DC bus voltage fluctuations, the STA helps to increase the lifetime of the motor and power sources by reducing the currents drawn during the transitions. It is worth noting that the considered HEV runs on four-wheel drive when the load torque applied on it exceeds a specified torque threshold; otherwise, it operates in rear-wheel drive.
- Klíčová slova
- fuel cell (FC), hybrid electric vehicle, operating point, soft transition algorithm, supercapacitor (SC), transition function,
- MeSH
- algoritmy * MeSH
- elektřina MeSH
- motorová vozidla MeSH
- počítačová simulace MeSH
- řízení motorových vozidel * MeSH
- zdroje elektrické energie MeSH
- Publikační typ
- časopisecké články MeSH
Implementing a suitable load frequency controller to maintain the power balance equation for a multi-area system with many power generating units poses a challenge to a power system engineer. Incorporation of renewable energy sources along with non-renewable units is another challenge while maintaining the stability of the system. Hence a robust intelligent controller is an essential requirement to achieve the objective of automatic load frequency control. This article introduces a novel and efficient controller designed for a three-control area within a deregulated multi-source energy system. The three areas include diverse power generation sources: Area 1 integrates thermal units, hydro units, and solar thermal power plants. In Area 2, there is a combination of distributed solar technology (DST) with thermal and hydro units. Area 3 incorporates a geothermal power plant alongside thermal and hydro unit. The proposed controller is a parallel combination of the tilted integral derivative controller (TID) and the integral derivative with a first-order filter effect (IDN). The controller's parameters are optimized using an advanced Coatis Optimization Algorithm (COA). High effective efficiency and absence of control parameters are the key advantages of Coatis Optimization Algorithm. The article highlights the superior performance of the newly developed TID + IDN controller in comparison to standalone TID and IDN controllers. This assessment is based on the observation of dynamic responses across different controller configurations. Additionally, the study examines the system's behaviour when incorporating energy storage units such as Redox Flow Batteries (RFB). Furthermore, the research investigates the system under various power transactions in a deregulated environment, considering generation rate constraints and governor dead bands. The proposed approach's robustness is demonstrated by subjecting it to extensive variations in system parameters and random load fluctuations. In summary, this paper presents an innovative TID + IDN controller optimized using a novel Coatis Optimization Algorithm within a three-area hybrid system operating in a deregulated context. Considering the poolco transaction and implementing the COA optimized TID + IDN controller with an error margin of 0.02%, the value of the objective function, ITAE for the transient responses is 0.1233. This value is less than the value obtained in other controllers optimized with different optimization techniques. In case of poolco transaction, the settling time of deviation of frequency in area-1, deviation of frequency in area-2, and deviation of frequency in area-3 are 8.129, 3.72, and 2.254 respectively. As compared to other controllers, the transient parameters are better in case of this proposed controller.
- Klíčová slova
- Coatis optimization algorithm (COA), Improved squirrel search algorithm (ISSA), Independent system operator (ISO), Integral derivative with a first-order filter effect (IDN), Integral time multiplied by absolute error (ITAE), Load frequency control (LFC), PID, Particle swarm optimization (PSO), Squirrel search algorithm (SSA), Tilted integral derivative controller (TID),
- Publikační typ
- časopisecké články MeSH
Telemedicine is an emerging development in the healthcare domain, where the Internet of Things (IoT) fiber optics technology assists telemedicine applications to improve overall digital healthcare performances for society. Telemedicine applications are bowel disease monitoring based on fiber optics laser endoscopy, gastrointestinal disease fiber optics lights, remote doctor-patient communication, and remote surgeries. However, many existing systems are not effective and their approaches based on deep reinforcement learning have not obtained optimal results. This paper presents the fiber optics IoT healthcare system based on deep reinforcement learning combinatorial constraint scheduling for hybrid telemedicine applications. In the proposed system, we propose the adaptive security deep q-learning network (ASDQN) algorithm methodology to execute all telemedicine applications under their given quality of services (deadline, latency, security, and resources) constraints. For the problem solution, we have exploited different fiber optics endoscopy datasets with images, video, and numeric data for telemedicine applications. The objective is to minimize the overall latency of telemedicine applications (e.g., local, communication, and edge nodes) and maximize the overall rewards during offloading and scheduling on different nodes. The simulation results show that ASDQN outperforms all telemedicine applications with their QoS and objectives compared to existing state action reward state (SARSA) and deep q-learning network (DQN) policy during execution and scheduling on different nodes.
- Klíčová slova
- Adaptive security deep q-learning network, Deep reinforcement learning, Fiber-optics, Internet of things, Telemedicine applications,
- MeSH
- algoritmy MeSH
- deep learning * MeSH
- internet věcí * MeSH
- lidé MeSH
- technologie optických vláken MeSH
- telemedicína * MeSH
- Check Tag
- lidé MeSH
- Publikační typ
- časopisecké články MeSH
- práce podpořená grantem MeSH
The use of plug-in hybrid electric vehicles (PHEVs) provides a way to address energy and environmental issues. Integrating a large number of PHEVs with advanced control and storage capabilities can enhance the flexibility of the distribution grid. This study proposes an innovative energy management strategy (EMS) using an Iterative map-based self-adaptive crystal structure algorithm (SaCryStAl) specifically designed for microgrids with renewable energy sources (RESs) and PHEVs. The goal is to optimize multi-objective scheduling for a microgrid with wind turbines, micro-turbines, fuel cells, solar photovoltaic systems, and batteries to balance power and store excess energy. The aim is to minimize microgrid operating costs while considering environmental impacts. The optimization problem is framed as a multi-objective problem with nonlinear constraints, using fuzzy logic to aid decision-making. In the first scenario, the microgrid is optimized with all RESs installed within predetermined boundaries, in addition to grid connection. In the second scenario, the microgrid operates with a wind turbine at rated power. The third case study involves integrating plug-in hybrid electric vehicles (PHEVs) into the microgrid in three charging modes: coordinated, smart, and uncoordinated, utilizing standard and rated RES power. The SaCryStAl algorithm showed superior performance in operation cost, emissions, and execution time compared to traditional CryStAl and other recent optimization methods. The proposed SaCryStAl algorithm achieved optimal solutions in the first scenario for cost and emissions at 177.29 €ct and 469.92 kg, respectively, within a reasonable time frame. In the second scenario, it yielded optimal cost and emissions values of 112.02 €ct and 196.15 kg, respectively. Lastly, in the third scenario, the SaCryStAl algorithm achieves optimal cost values of 319.9301 €ct, 160.9827 €ct and 128.2815 €ct for uncoordinated charging, coordinated charging and smart charging modes respectively. Optimization results reveal that the proposed SaCryStAl outperformed other evolutionary optimization algorithms, such as differential evolution, CryStAl, Grey Wolf Optimizer, particle swarm optimization, and genetic algorithm, as confirmed through test cases.
Rapid improvements in ultrasound imaging technology have made it much more useful for screening and diagnosing breast problems. Local-speckle-noise destruction in ultrasound breast images may impair image quality and impact observation and diagnosis. It is crucial to remove localized noise from images. In the article, we have used the hybrid deep learning technique to remove local speckle noise from breast ultrasound images. The contrast of ultrasound breast images was first improved using logarithmic and exponential transforms, and then guided filter algorithms were used to enhance the details of the glandular ultrasound breast images. In order to finish the pre-processing of ultrasound breast images and enhance image clarity, spatial high-pass filtering algorithms were used to remove the extreme sharpening. In order to remove local speckle noise without sacrificing the image edges, edge-sensitive terms were eventually added to the Logical-Pool Recurrent Neural Network (LPRNN). The mean square error and false recognition rate both fell below 1.1% at the hundredth training iteration, showing that the LPRNN had been properly trained. Ultrasound images that have had local speckle noise destroyed had signal-to-noise ratios (SNRs) greater than 65 dB, peak SNR ratios larger than 70 dB, edge preservation index values greater than the experimental threshold of 0.48, and quick destruction times. The time required to destroy local speckle noise is low, edge information is preserved, and image features are brought into sharp focus.
- Klíčová slova
- glandular ultrasound image, hybrid deep learning technique, local speckle noise destruction, logical-pool recurrent neural network, signal-to-noise ratio, spatial high-pass filter,
- MeSH
- algoritmy MeSH
- deep learning * MeSH
- lidé MeSH
- neuronové sítě MeSH
- poměr signál - šum MeSH
- ultrasonografie prsů MeSH
- ultrasonografie metody MeSH
- Check Tag
- lidé MeSH
- ženské pohlaví MeSH
- Publikační typ
- časopisecké články MeSH