Introduction - If you have any usage issues, please Google them yourself
Rosenbrock function global maximum, calculated using a genetic algorithm. f (x1, x2) = 100 (x12-x2) 2+ (1-x1) 2 -2.048 ≤ xi ≤ 2.048 (xi = 1,2). This function has two local maximum points are: f (2.048,-2048) = 3897.7342 and f (-2.048,-2.0048) = 3905.9262 latter of which is the global maximum point.