Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started