This document discusses nature-inspired metaheuristic algorithms. It begins by classifying these algorithms into four categories: evolution-based, physics-based, swarm-based, and human-based. Evolution-based algorithms mimic natural evolution, physics-based algorithms mimic physical rules, swarm-based algorithms mimic group behaviors of animals, and human-based algorithms mimic human behaviors like teaching and learning. The document then provides examples of algorithms that fall into each category and describes their mechanisms. It notes that metaheuristic algorithms balance intensification to find local optima and diversification to find global optima. The document concludes by stating that metaheuristics are effective tools for optimization problems and their applications continue growing.