A Suggestion Algorithm Instituted on Invasive Weed Optimization Algorithm and Bat Optimization Algorithm

Abstract

In this paper, two algorithms first, considered to be one of hybrid algorithms. And it is algorithm represents an Invasive Weed Optimization (IWO). This algorithm is a random numerical algorithm and the second algorithm repre- senting the Bat Optimization Algorithm (BA). This algorithm is one of the swarm intelligence algorithms in smart optimization. The Invasive Weed Optimization Algorithm is inspired by nature, as the weeds have colonial behavior and were introduced in 2006 by Mehrabian and Lucas. Invasive weeds pose a serious threat to crops due to their adaptability and pose a threat to the overall planting cycle. In the Invasive Weed Optimization Algorithm, the behavior of these weeds was analyzed and implemented. The Bat algorithm, which is called a swarm intelligence algorithm, was used to achieve the goal and the best solution. The algorithm was designed by Yang in 2010 and taking advantage of the intelligence of the squadrons is to avoid falling into local solutions so the new hybridization process between the previous algorithms Invasive Weed Optimization (IWO) and Bat Optimization Algorithm (BA) and we will symbolize the new algorithm IWO-BA Comparing the hybrid algorithm suggested with the original algorithms the results were excellent. In most research functions, the optimal solution has been found.

Share and Cite:

Qasim, W. and Mitras, B. (2020) A Suggestion Algorithm Instituted on Invasive Weed Optimization Algorithm and Bat Optimization Algorithm. Open Access Library Journal, 7, 1-11. doi: 10.4236/oalib.1106438.

1. Introduction

In our daily lives, the optimization is used to increase profits while reducing costs, maximize product performance while at the same time. Optimization was an active research field many decades ago and is still today. Recent years have seen the emergence of many complex optimization problems that are the reason why highly efficient algorithms are developed. There is currently a wide range of algorithms for many problems, and designers have worked to create or discover new algorithm, and new ideas developed in optimization and applications will therefore be urgently needed [1] [2].

One of the latest developments in the past two decades is the tendency used in the intuitive algorithms. Note that the algorithms (intuitive or post-intuitive) comprise the vast majority of modern optimisation techniques. We note that they have become very useful and effective in solving complex optimisation problems and have applied these algorithms in all important fields [3].

The particular algorithms represent the majority of the classical algorithms. A clear example of linear programming is the simplex method. It is a particular algorithm. They also consider the use of the derivative and are referred to as derivative algorithms. An example of this is the Newton-Raphson algorithm [2].

One of the random algorithmic methods is (Intuitive methods and Post-Intuitive methods). In 1986 Glover coined the word intuitive algorithm, which is the evolution of the intuitive algorithm [2]. The post-intuitive algorithm operates at a level higher than the intuitive algorithm. We remember that all post intuitives are used (Confirmed swap for random distribution and Local Search) [2].

It is noteworthy that there is no accepted description of methods (intuitive or post-intuitive) in which the term (intuitive and post-intuitive) is used interchangeably and that the recent trend refers to the classification of all random algorithms using intuitive algorithmic local analysis and random distribution [4].

The two important elements that are considered essential elements in the (post-intuitive) algorithm are (Intensification and Diversification) [4].

The post intuitive can be classified in several methods. Such approaches can be categorized according to the trajectory and society. The genetic algorithm is an example. The method of simulating steel is that it uses a single element which moves within the search space and the search method is a piece that is the best solution or the best way to move.

It is generally acceptable and when the step is not successful, it normally acknowledges a certain probability, as the movements affect the direction in the search space and the likelihood of non-zero, the path to a thorough optimization [4].

The research problem centered on finding the optimum comprehensive solution for the problems of unregulated and high measurement and avoiding falling into the problems of local solutions using the characteristics of the swarms algorithm, one of the algorithms of the swarms algorithm Bat (BA) was selected [5].

The purpose of the work is to develop a new way of solving the optimization problems, which is a difficult issue, in order to benefit the designers of the proposed hybrid algorithm and any topic falls within the difficult issues.

The goal of the research is to suggest a new algorithm called the Hybrid Algorithm where the algorithm (Invasive Weed Optimization) and the algorithm (Bat optimization) and the resulting IWO-BA algorithm is hybrid algorithms to take advantage of the positive qualities and reduce the negatives of the two previous algorithms.

Hybrid algorithm has been implemented in recent years, but programmers have used it since the 1980s. At present, we have exploited the combination of the various components of different research techniques and the tendency to design hybrid techniques used in artificial intelligence and operational research.

2. Invasive Weed Optimization Algorithm (IWO)

It is an algorithm that Mehrabian and Lucas first developed in 2006, 2006 and the algorithm is Behavior by biology. It is an algorithm for numerical optimization that actually simulates the natural behavior of weeds in colonization and finds a good location for growth and reproduction. Some of the characteristics of the IWO algorithm compared with other developmental algorithms, They are breeding methods, spatial dispersion and competitive exclusion [6].

IWO algorithm includes multiple key steps are:

2.1. Steps of IWO

Step 1 initial population

“A search area is taken and a number of weeds are initialized at random in the full search space”

Step 2 cloning

Plants produce seeds based on the role provided for fitness. As well as the (upper-lower) limits of the colony’s dignity rule. We note that the number of seeds produced by the plant increases linearly from the minimum seed production possible to the maximum [6].

s e e d i = f l o o r ( ( f i f min ) / ( f max f min ) ( S max S min ) ) (1)

floor: Show that the seeds are rounded to the nearest whole number.

fi: The fitness function represents i of weed.

fmax and fmin: The maximum and minimum value of the fitness function.

Smin and Smax: It represents the maximum and minimum number of seeds.

The above Equation (1) represents the relationship between the function value and the number of seeds of weeds if you increase the fitness function value the number of seeds varies between the max value and the min value [7].

Step 3 Spatial scattering

In this phase randomly generated seeds are distributed in the whole search space over dimensions. By normal zero-rate distribution and specific (variable) variance. This step means the seeds will be distributed randomly around the mother plant.

Nevertheless, at each step, the standard deviation of the random function will decrease from a predetermined initial value (σinitial) to a final value (σfinal) at each step as:

σ i t e r = ( i t e r max i t e r ) n / ( i t e r max ) n ( σ i n i t i a l σ f i n a l ) + σ f i n a l (2)

σ i t e r : It represents the standard deviation in the current step.

i t e r max : Represents the maximum number of iterations.

n: Represents a non-linear transformation indicator.

To determine where the new seeds are located, we use the following equation:

X s o n = X p a r e n t + s d = X p a r e n t + r a n d n ( 0 , 1 ) σ i t e r (3)

Step 4 Spatial exclusion

Competition exists between plants for survival, and if the plant has no offspring and its fate is extinct when Pmax exceeds the colony’s maximum number of plants, the cycle of exclusion for a poor fitness plant will begin.

2.2. Mechanism for Exclusion

Once the maximum amount of herbs is reached in the colony, each herb will produce seeds and then spread to the research site. When all the seeds in their place are concentrated they are fitted with the mother plant (colony). Weeds with a low fitness function are excluded so as to achieve the maximum acceptable to the colonized community. Remember that plants and their offspring should survive and have a repetition in the algorithm as well as the item that has a high fitness function [6].

3. Bat Optimization Algorithm (BA)

Bat optimization algorithm is inspired by biology and is a heuristic method for solving difficult optimization problems. It represents an attempt to simulate the behavior of bats to hunt prey and the algorithm was presented by the research Yang in (2010) [8]. Bat Algorithm is based on the bat community, which is flying through the search solutions space in a specific or special order to find the best areas. Each bat element represents one solution in (n) dimensions of the search space. The solutions are evaluated based on the appropriate value and using the given fitness function [9].

For example, the dimensions (n) are a real value for the optimization solution space. Each solution represents a bat, and evaluation is done using the given fitness function. There are also two real values of the dimension (n) of vectors associated with every bat in society [9].

The first vector is the value of the real value and represents the location of the bat in the solution to the search space.

The second vector is the real value vector and represents the velocity in all directions of dimensions (n).

The location and velocity of the vectors randomly configured at the beginning of the algorithm. The main link of the algorithm includes improved redundancy in the available solutions [9].

On each occurrence the appropriate value of each element in the bat group is calculated by the given fitness function. The new velocity vector is calculated on the basis of the relative distance from the best and current solution in society. Later, the position of all the bats is updated according to the speed vector. At the end of each iteration, the best solution is created and used as a new reference point, and the search space continues to be explored until the stopping condition is met. Usually, this condition is the maximum number of iterations or improvements in the best solution [9].

3.1. Bat Motion

First, we have to define the laws of the location of the bat (Xi) and their velocity (Vi) in the dimensions (d) of the search space as new solutions (Xit) and velocity (Vit) are updated at the time of step (t) using the following equations:

f i = f min + ( f max f min ) β (4)

V i t + 1 = V i t + ( X i t X ) f i (5)

X i t + 1 = X i t + V i t (6)

As-:

β: represents a random vector taken from a uniform distribution

X*: represents the best comprehensive local site obtained after comparing

fmax: represents the highest value in frequency and pulse emission.

fmin: represents the lowest frequency and pulse emission value.

Depending on the field size of the problem, each bat is random frequency, which exists uniformly from {fmin, fmax} as the local search portion represents one of the selected solutions among the best current solutions. A new solution to each locally generated bat is by using random walk behavior. As in the equation.

X n e w = X o l d + ε A t (7)

ε: is a random vector between [−1, 1]

A i t = A t : represents the loud rate for all bats in the time step.

This is similar to updating bat velocities and locations for some actions in improving standard particle swarm, as fi basically controls the speed and range of motion of aggregate particles. To some extent, the bat algorithm (BA) can be seen as a balanced mix of optimization of particle swarm optimization and intense local search controlled by sound and pulse rate [8].

3.2. Real Echolocation Behavior of Bats

One of the creations of animal life studied by many zoologists is the echo-locating (or biological sonar) of bats [10]. There are a few other animal groups that also have echo-positioning capabilities such as birds (South American oilbirds and south-east Asian swiftelts), whales, dolphins, and small insects, but this is very rare. This behavior of bats began by Lazzaro Spallanzani in (1794). Then the term “echolocation” was introduced by Donald Griffin in 1944 with the ability of bats to produce sound with echoes beyond the frequency of human hearing and using it for general guidance in the dark and finding prey at night with echo location, bats emit ultrasound pulses with either a modified frequency (FM) or fixed frequency (CF) and sometimes a mixture of the two [11] [12]. Tonal signals produced in the larynx (some bats use the tongue) are emitted in short bursts through the mouth or gills [13]. Suga in (1990) described that the reflected sounds were in a state of Doppler pressure or transformation which made the received resonance at a higher frequency than previously produced sound. Bats can determine the object and distance by measuring the modified echo reflection time [12] [14].

When bats begin to search for prey in the research phase, they emit pulses at a low rate around the 10 Hz frequency [13]. During the approach phase, where bats discover and approach prey, the pulses must be shorter to prevent interference [14]. The shorter pulses cause a decrease in time between the pulse and echo. Also at this moment, the pulse emission rate gradually increases to 200 beats per second as bats continue to update the prey site [14]. Suga (1990) states that the pulse emission rate increases because bats need to produce more signals to accurately follow prey as the angular position of prey changes more quickly due to the closer distance between the bat and the object. In the last stage (final stage), the frequency of the emitted pulses increases by more than 200 Hz and the pulse emission rate becomes faster in only a small fraction of a millisecond long before the prey is caught [13]. A colony of bats has two exclusive approaches to avoid colliding with one another while echo locating [15]. This behavior mostly applies to vampire bat types such as regurgitation from blood meals from successful bats to feed them to their useless member in the colony as a response to the meticulously balanced energy budget of each member of the colony [16]. Wilkiuson discovered (1988) that surviving altruistic behavior grows in survivors so that his fitness is relatively high to non-recipient, and mutual altruism also occurs during community nursing [17].

3.3. Step Bat Algorithm

Objective function f(x), x = ( x i , , x d ) T

Initialize the bat population Xi ( i = 1 , 2 , , n ) and Vi

Define pulse frequency fi at Xi

Initialize pulse rates ri and the loudness Ai

While (t < Max number of iterations)

Generate new solutions by adjusting the frequency,

And updating velocities and location/solutions (Equations (1) to (3))

If (rand > ri)

Select a solution among the best solutions

Generate a local solution around the selected best solution

end if

Generate a new solution by flying randomly

if (rand < Ai & f(xi) < f(x*))

Accept the new solutions

Increase ri and reduce Ai

end if

Rank the bats and find the current best x*

end while

post process results and visualization [18].

4. Hybrid Algorithm

Several researchers built algorithms by hybridizing common and difficult problems with the NP-Hard. Researchers have therefore worked in recent years to hybridize algorithms with normal and difficult problems and have achieved the best results by applying hybrid problems. The real purpose of the hybridization process is to obtain general and varied solutions that can deal with problems in the real world. Hybrid algorithms have focused on swarm intelligence, a recently recognized branch of artificial intelligence that studies complex self-regulating and decentralized systems’ collective behaviours. In 1989, the term swarm intelligence emerged as a set of algorithms by the two researchers Jingwing and Geradobeni and was used to control robot swarms [1].

In addition to the IWO optimization algorithm to BA algorithm, a detailed solution can be found for optimization problems.

Hybrid Invasive Weed Algorithm

The new hybrid algorithm has been named IWO-BA proposed. The Algorithm for Invasive Weed Optimization is different from other evolutionary algorithms including: (reproduction, spatial dispersion and competitive exclusion) The optimum gain from the application of these properties in the hybridization process was achieved.

5. Practical Aspect

The hybrid algorithm (IWO-BA) has been tested in terms of efficiency by using this algorithm to solve 10 a function of numerical optimization functions which is a highly efficient problems.

The IWO-BA hybrid algorithm is a combination of the algorithms for Invasive Weed optimization and the algorithm of BAT.

When comparing the three algorithms, we notice that the invasive weed algorithm gives far results and the bat algorithm gives spaced results, but when performing the hybridization process between the two algorithms, we note the improvement of the results for most functions.

Tables 1-6 below shows the initial parameters that must be specified before starting the program.

The test was carried out using a computer with the following specifications:

CPU speed is 2.4 GHz.

RAM size is 4 GB

The Matlab R2013a program works on windows 7.

Table 1. Initial parameters.

Table 2. Test functions.

Table 3. The results of the algorithm IWO and BA and compared with the results of hybrid algorithm IWO-BA by using 5 elements and 1000 iterations.

Table 4. The results of the algorithm IWO and BA and compared with the results of hybrid algorithm IWO-BA by using 10 elements and 1000 iterations.

Table 5. The results of the algorithm IWO and BA and compared with the results of hybrid algorithm IWO-BA by using 15 elements and 1000 iterations.

Table 6. The results of the algorithm IWO and BA and compared with the results of hybrid algorithm IWO-BA by using 20 elements and 1000 iterations.

6. Conclusion

In this study, we researched the Invasive Weed Optimization Algorithm and we saw poor performance. This algorithm in terms of reaching the local Micropoint indicates a divergence from the optimal solution and improving the performance of this algorithm and avoiding falling into local solutions that we hybridized with swarm algorithms with swarm characteristics and the algorithm is a Bat optimization algorithm and the hybrid algorithm IWO-BA is the new algorithm proposed, at the start of the IWO-BA hybrid algorithm, we compared the results of the IWO and BA algorithms. We got very good results. For most (10) test functions the optimum overall solution has been achieved. Our results indicate this.

Conflicts of Interest

The authors declare no conflicts of interest regarding the publication of this paper.

References

[1] Parsopoulos, K.E. and Vrahatis, M.N. (2010) Particle Swarm Optimization and Intelligence: Advances and Applications. IGI Global, Hershey, PA.
https://doi.org/10.4018/978-1-61520-666-7
[2] Yaseen, H.T., Mitras, B.A. and Khidhir, A.S.M. (2018) Hybrid Invasive Weed Optimization Algorithm with Chicken Swarm Optimization Algorithm to Solve Global Optimization Problems. International Journal of Computer Networks and Communications Security, 6, 173-181.
[3] Yang, X.-S. (2010) Engineering Optimization: An Introduction with Metaheuristic Applications. John Wiley & Sons, Hoboken. https://doi.org/10.1002/9780470640425
[4] Yang, X.-S. (2010) Nature-Inspired Metaheuristic Algorithms. Luniver Press, Frome.
[5] Blum, C., Roli, A. and Sampels, M. (2008) Hybrid Metaheuristics: An Emerging Approach to Optimization. Vol. 114, Springer, Berlin. https://doi.org/10.1007/978-3-540-78295-7
[6] Mehrabian, A.R. and Lucas, C. (2006) A Novel Numerical Optimization Algorithm Inspired from Weed Colonization. Ecological Informatics, 1, 355-366.
https://doi.org/10.1016/j.ecoinf.2006.07.003
[7] Zhao, Y., Leng, L., Qian, Z. and Wang, W. (2016) A Discrete Hybrid Invasive Weed Optimization Algorithm for the Capacitated Vehicle Routing Problem. Procedia Computer Science, 91, 978-987. https://doi.org/10.1016/j.procs.2016.07.127
[8] Yang, X.S. (2011) Bat Algorithm for Multi-Objective Optimisation. International Journal of Bio-Inspired Computation, 3, 267-274. https://doi.org/10.1504/IJBIC.2011.042259
[9] Kie?kowicz, K. and Grela, D. (2016) Modified Bat Algorithm for Nonlinear Optimization. IJCSNS International Journal of Computer Science and Network Security, 16, 46-50.
[10] Simmons, J.A., Howell, D.J. and Suga, N. (1975) Information Content of Bat Sonar Echoes: Recent Research on Echolocation in Bats Identifies Some of the Kinds of Information Conveyed by Echoes of Their Sonar Sounds. American Scientist, 63, 204-215.
[11] Surlykke, A., Futtrup, V. and Tougaard, J. (2003) Prey-Capture Success Revealed by Echolocation Signals in Pipistrelle Bats (Pipistrellus pygmaeus). Journal of Experimental Biology, 206, 93-104. https://doi.org/10.1242/jeb.00049
[12] Ghose, K., Horiuchi, T.K., Krishnaprasad, P.S. and Moss, C.F. (2006) Echolocating Bats Use a Nearly Time-Optimal Strategy to Intercept Prey. PLoS Biology, 4, e108.
https://doi.org/10.1371/journal.pbio.0040108
[13] Altringham, J.D., Hammond, L. and McOwat, T. (1996) Bats: Biology and Behaviour. Vol. 3, Oxford University Press, Oxford.
[14] Suga, N. (1990) Biosonar and Neural Computation in Bats. Scientific American, 262, 60-68.
https://doi.org/10.1038/scientificamerican0690-60
[15] Vogler, B. and Neuweiler, G. (1983) Echolocation in the Noctule (Nyctalus noctula) and Horseshoe Bat (Rhinolophus ferrumequinum). Journal of Comparative Physiology A: Neuroethology, Sensory, Neural, and Behavioral Physiology, 152, 421-432.
https://doi.org/10.1007/BF00606247
[16] Denault, L.K. and McFarlane, D.A. (1995) Reciprocal Altruism between Male Vampire Bats, Desmodus rotundus. Animal Behaviour, 49, 855-856.
[17] Oliver, J. (2013) Improved Docking of Polypeptides with Glide. Journal of Chemical Information and Modeling, 53, 1689-1699. https://doi.org/10.1021/ci400128m
[18] Yang, X.S. (2010) A New Metaheuristic Bat-Inspired Algorithm. Studies in Computational Intelligence, 284, 65-74. https://doi.org/10.1007/978-3-642-12538-6_6

Copyright © 2024 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.