This document describes using genetic algorithms (GA) and particle swarm optimization (PSO) to determine the maximum load carrying capacity of a 2-link mechanical manipulator. It first provides background on the 2-link manipulator model, GA, and PSO. It then estimates three shortest paths between given point sets - a first-order line, second-order line, and third-order line - and uses GA and PSO to calculate the maximum payload for each path. One path is also estimated using Euler's equation for the shortest path. Overall, the document applies evolutionary algorithms to optimize the nonlinear manipulator model and determine its maximum load capacity.