Quantcast
Channel: Genetic Algorithms – technical-recipes.com
Viewing all articles
Browse latest Browse all 8

A Genetic Algorithm Function Optimizer in C++

$
0
0
TweetIntroduction An example is presented here on how an algorithm employing standard genetic operators can be applied to optimize a standard mathematical function, such as the Rosenbrock function. (Image obtained from the Wikipedia page.) Sample Visual Studio projects implementing this genetic algorithm are available here and here. The Rosenbrock function is a non-convex function used more »

Viewing all articles
Browse latest Browse all 8

Trending Articles