The share of photovoltaic energy systems in electricity production is increasing day by day. Photovoltaic systems are typically modeled as PV-cell circuit when using in power system analysis. The selection of the para...
详细信息
ISBN:
(纸本)9781728139104
The share of photovoltaic energy systems in electricity production is increasing day by day. Photovoltaic systems are typically modeled as PV-cell circuit when using in power system analysis. The selection of the parameters used in the model is crucial because how close the model outputs are to reality depends on true estimation of these parameters. These parameters are also important for efficiency and maximum power tracking. Due to the increase in electricity generation with solar energy, the problem of estimation of these parameters has become a widely studied subject in recent years. In this study, the parameters of PV-cell are estimated using whale optimization algorithm (WOA) and Sine-Cosine algorithm (SCA) and compared with the related literature.
The Distributed Generation (DG) relaying on generating units with small ratings to be linked into the distribution network close to the consumers. It can provide a promising future for power generation in electric net...
详细信息
ISBN:
(纸本)9781728152899
The Distributed Generation (DG) relaying on generating units with small ratings to be linked into the distribution network close to the consumers. It can provide a promising future for power generation in electric networks. Recently, the demand for distributed generation into the electrical networks is rapidly increasing. Connecting DG units into the distribution networks can provide environmental, economic and technical merits. Those merits can be optimized if the DG unit site and size is properly determined. This paper presents a proposed multi-objective approach for determining the optimal allocation of the DG to enhance the voltage profile and minimizing the total active power loss of the distribution system. A recent optimization technique, whale optimization algorithm (WOA), is presented. A portion of the Egyptian electric network in the East Delta is introduced for testing the proposed algorithm via MatLab software.
The 0/1 Knapsack problem is one of the most popular real-world optimization problems that arise in searching space and finding the most optimum solution. Theoretically, the optimum solution problem of the 0/1 Knapsack...
详细信息
ISBN:
(纸本)9781450365734
The 0/1 Knapsack problem is one of the most popular real-world optimization problems that arise in searching space and finding the most optimum solution. Theoretically, the optimum solution problem of the 0/1 Knapsack requires suitable technique to explore the search space effectively. Practically, as many metaheuristic algorithms, whale optimization algorithm (WOA) may fail in local optimum solution. This paper proposes Opposition-based whale optimization algorithm (OWOA) to optimize solution problem in 0/1 Knapsack. The OWOA has been tested original WOA by using twenty cases of Knapsack problem and against other metaheuristic algorithms such as (CGMA) and HS-Jaya. The experimental results indicate a significant performance of the optimization solution and stabilization with minimal standard deviation value. This shows that the OWOA improved the original version WOA and has promising result in comparison with other existing algorithms.
A rising meta-heuristic swarm intelligent computation algorithm, the whale optimization algorithm (WOA), which has been proved competitive with other intelligent optimizationalgorithms in solving different optimizati...
详细信息
ISBN:
(纸本)9789881563972
A rising meta-heuristic swarm intelligent computation algorithm, the whale optimization algorithm (WOA), which has been proved competitive with other intelligent optimizationalgorithms in solving different optimization problems. To accelerate the convergence rate of WOA, this paper has proposed a new improved whale optimization algorithm, called Chaos Regulation whale optimization algorithm (CRWOA). The chaotic map generator composed with three kinds of chaotic maps has been used to initialize the population. Furthermore, Cauchy distribution and Gauss distribution are introduced to regulate the position in each iteration. To analyze the superiority of CRWOA further, ten single-objective benchmark test functions are chosen. Through the comparison and analysis of the optimal results, CRWOA is demonstrated superior in general. It has faster convergence speed and better results than the other algorithms when less iteration number, less population quantity and wider ranges of variables are set.
Edge in image processing is considered as those pixels whose intensity value changes drastically and finding the object boundary is the main task of any edge detection technique. There have been various Ant Colony Opt...
详细信息
ISBN:
(纸本)9781538628423
Edge in image processing is considered as those pixels whose intensity value changes drastically and finding the object boundary is the main task of any edge detection technique. There have been various Ant Colony optimization (ACO), Particle Swarm optimization (PSO) based techniques that have been applied to solve edge detection problem, but most of them have not considered the noisy environment which in itself makes edge detection further more difficult task and the user-defined threshold approach doesn't always give desired results. The paper proposes a whale optimization algorithm (WOA) based edge detection technique with weighted fitness function including homogeneity, uniformity and average gradient magnitude as main factors for detecting the edges of additive gaussian noise images. The experiment results have shown that the proposed technique has performed better under noisy environment for conventional edge detectors: Sobel, Canny and ACO based technique for both objective criteria i.e. restored edge images and subjective criteria i.e. PSNR, Precision, Recall and F-measure.
In this study, whale optimization algorithm (WOA), which is a recently proposed swarm intelligence-based algorithm, has been used to solve binary optimization problems. As the WOA algorithm has been developed for opti...
详细信息
ISBN:
(纸本)9781728128689
In this study, whale optimization algorithm (WOA), which is a recently proposed swarm intelligence-based algorithm, has been used to solve binary optimization problems. As the WOA algorithm has been developed for optimizing realvalued functions, binary versions of the WOA algorithm have been adopted for the binary optimization problems. The performance of modulation-, normalization-, s-shaped transfer function-, and angle modulation-based binarization approaches are compared. The proposed algorithms tested on the well-known benchmark problems, namely one-max, plateau, deceptive, and royal road. Our computational experiments show that angle modulation and normalization-based binarization approaches give the best results, and binary WOA is promising and has potential to handle difficult binary optimization problems.
With the rapid development of the Internet and big data technologies, high-dimensional data generated in various fields has increased dramatically. Feature selection is an effective way to solve data processing proble...
详细信息
ISBN:
(纸本)9781728140698
With the rapid development of the Internet and big data technologies, high-dimensional data generated in various fields has increased dramatically. Feature selection is an effective way to solve data processing problems caused by high dimensionality and high computational complexity. The traditional feature selection method shows the problem of insufficient classification accuracy and low processing efficiency when dealing with high-dimensional and large-scale data. The traditional feature selection method shows low classification accuracy and low processing efficiency when dealing with high-dimensional and large-scale data. This paper proposed a feature selection method based on whale optimization algorithm to learn mining feature selection rules, then improve the accuracy of feature selection. However, when the data size is very large, the efficiency of single node execution is low. Therefore, this paper combined the whale optimization algorithm with the parallel computing model of the Spark platform, and proposed a feature selection method based on the Spark platform for distributed whale optimization algorithm. The results showed that the excellent result search ability of the whale optimization algorithm combined with the distributed and efficient calculation speed can realize the efficient solution of the feature selection optimization model.
A 2-link robotic manipulator is selected as a research instance, a sliding mode control(SMC) law is designed. Parameters tuning of sliding mode controller is converted to a nonlinear optimization problem with the obje...
详细信息
ISBN:
(纸本)9781728155524
A 2-link robotic manipulator is selected as a research instance, a sliding mode control(SMC) law is designed. Parameters tuning of sliding mode controller is converted to a nonlinear optimization problem with the objects of minimizing the trajectory tracking error and eliminating chattering of the control torques. The whale optimization algorithm (WOA) is adopted in this paper to obtain the best parameters of controller, and a comparative study with the results that are searched by particle swarm optimization (PSO) is made. Through simulation of the manipulator, control effects of the parameters obtained by the two optimization methods are compared. Research shows that WOA is a viable optimization method for parameter tuning of sliding mode control of robotic manipulator, and the optimization model proposed in this paper can effectively eliminate the chattering problem of control torques.
This paper presents an optimization approach, population-based meta-heuristics algorithm, known as whale optimization algorithm (WOA) for constrained economic load dispatch problems. An overall solution of constrained...
详细信息
ISBN:
(纸本)9789811073861;9789811073854
This paper presents an optimization approach, population-based meta-heuristics algorithm, known as whale optimization algorithm (WOA) for constrained economic load dispatch problems. An overall solution of constrained economic load dispatch problems is providing a continuous and reliable supply of electricity while maintaining the optimal cost of production and operation for the system. The proposed whale optimization algorithm (WOA), which is based on the concept of bubble-net hunting strategy, is applied to standard benchmark test function and both IEEE test systems with the number of 6 thermal units, and 15 thermal units including ramp rate limits and prohibited operation zones. The WOA results have been compared with PSO and Lagrange's algorithm. The proposed algorithm is considerably fast and provides feasible near-optimal solutions. Simulation results have proved the performance of the proposed WOA algorithm to solve ELD problem within a faster convergence and reasonable execution time.
The torque load test is one of the key tests in the development of aircraft sidestick. Due to the coupling effect of mechanical structure, the angle produced by aircraft sidestick itself will affected the loaded torqu...
详细信息
The torque load test is one of the key tests in the development of aircraft sidestick. Due to the coupling effect of mechanical structure, the angle produced by aircraft sidestick itself will affected the loaded torque of electric loading system, so that the surplus torque appears. In this paper, a control method is proposed to eliminate the surplus torque of loading device for aircraft sidestick. Active disturbance rejection control(ADRC) uses the extended state observer to collect all the nonlinear uncertainties for compensation. In order to avoid the negative influence of strong coupling of ADRC control parameters, whale optimization algorithm(WOA) is combined to automatically tune the parameters for the state of minimum surplus torque. The simulation results show that compared with PID control, the ADRC tuned by WOA can reduce the influence of sidestick angle disturbance, thus it satisfies the requirement for less surplus torque.
暂无评论