Assignment 04 Ai
Assignment 04 Ai
ASSIGNMENT # 04
2. Objective:
3. Key Features:
Levy Flights: CS incorporates Levy flights, a type of random walk with
steps following a Levy distribution. This helps in exploring the search
space efficiently.
Discovery and Abandonment: Cuckoos lay eggs in nests, and better
solutions (nests) have a higher probability of being discovered by other
cuckoos. Some nests may be abandoned, and new solutions are generated
to replace them.
Randomization: CS employs randomness to balance exploration and
exploitation in the search space.
4. Applications:
5. Algorithm Execution:
6. Time Complexity:
7. Space Complexity:
The space complexity is determined by the number of nests (n) and the
dimensionality of the search space. The algorithm generally requires
memory to store the current solutions and their fitness values.
8. Advantages: