This document summarizes a research paper that proposes a hybrid optimization algorithm called GA-API for route optimization in mobile ad hoc networks (MANETs). The GA-API algorithm combines ant colony optimization (ACO), specifically the artificial prey inspired (API) algorithm, with a genetic algorithm (GA). API is used first to find multiple feasible paths between source and destination nodes in the MANET. These paths are then input to the GA, which forms a population of routing solutions. The GA explores this solution space using genetic operators like crossover and mutation to find new paths. Promising solutions from the GA are then fed back to API to avoid it getting stuck in local optima. The goal of the hybrid GA-API algorithm is