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

A Genetic Algorithm for Multiobjective Optimization in C++

$
0
0
Introduction Many real-world optimization problems require multiple, often conflicting objectives, to optimized simultaneously. Historically, their solution was frequently addressed by single fitness function consisting of a weighted sum of the multiple attributes. This approach can be problematic for a number of reasons. Firstly, the final solution obtained can be highly sensitive to small changes in the weighting factors. The result obtained is a single point solution that will largely depend on the weights assigned to each objective. Secondly, this approach is inefficient because it can find multiple, Pareto-optimal solutions in a single run. The classical approach would need to be more »

Viewing all articles
Browse latest Browse all 8

Trending Articles