Question: Let h be the objective function that takes as input a real vector from [ 0 , 1 0 ] 3 and returns a real
Let h be the objective function that takes as input a real vector from and returns a real number to be maximized, defined as follows:
def hx:
if xxx: return
else: return xxx
Also consider the wellknown Particle Swarm Optimization PSO algorithm and a very trivial algorithm, called Random Search RS which iteratively generates random solutions, evaluates them, and returns the best one. Do you expect to observe a difference between RS and PSO in the time eg number of fitness evaluations required to reach the global optimum of h Also explain why and discuss whether one algorithm has some advantage over the other.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
