Question: Consider the pseudo-code of the BA method given below. Assume that you want to solve the Sphere function with 30 variables. 1. Initialise population with

Consider the pseudo-code of the BA method given below. Assume that you want to solve the Sphere function with 30 variables. 1. Initialise population with random solutions. 2. Evaluate fitness of the population. 3. While (stopping criterion not met) //Forming new population. 4. Select sites for neighbourhood search. 5. Recruit bees for selected sites (more bees for best e sites) and evaluate fitnesses. 6. Select the fittest bee from each patch. 7. Assign remaining bees to search randomly and evaluate their fitesses. 8. End While. . Convert this pseducode to cooperative co-evolutionary optimization algorithm. The solution space should partitioned by factor k. Suggest a cooperation approach. Change the factor k, what happened to the complexity of the algorithm? . Consider the pseudo-code of the BA method given below. Assume that you want to solve the Sphere function with 30 variables. 1. Initialise population with random solutions. 2. Evaluate fitness of the population. 3. While (stopping criterion not met) //Forming new population. 4. Select sites for neighbourhood search. 5. Recruit bees for selected sites (more bees for best e sites) and evaluate fitnesses. 6. Select the fittest bee from each patch. 7. Assign remaining bees to search randomly and evaluate their fitesses. 8. End While. . Convert this pseducode to cooperative co-evolutionary optimization algorithm. The solution space should partitioned by factor k. Suggest a cooperation approach. Change the factor k, what happened to the complexity of the algorithm
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
