Obtain 2nd and 3rd best solution of an optimization problem with Genetic Algorithm

1 view (last 30 days)
Good Morning,
I am using genetic algorithm to solve a MINLP problem and it works fine so far since I get the minimum value for the objective function while respecting the constraint.
However now I am wondering whether it would be possible to display the second and third best solutions for my problem as well, in order to compare different solutions. I have only a limited set of solutions since I have 10 variables that can take values of either 0 or 1. I couldn't find any documentation on this topic so I suspect that it is not possible but I wanted to make sure :)
Thanks!

Answers (0)

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!