Mixed Integer Linear Programming using GA for solution generation of network topology
Afficher commentaires plus anciens
Hello,
I'm trying to use mixed integer linear programming (MILP) as recommended by Alan Weiss to solve an optimization network topology problem.
I've set all of the parameters, as documentation about MILP states (adapted to my problem), but when I run the GA function some generated solutions do not respect what I initially had defined.
I have 41 binary variables corresponding to all branches of a network composed by 30 bus with 6 generators. For this network to be radial, I need in all generated solutions to be valid ones, having exactly 24 (30-6) active branches, corresopnding to 24 1's in the solution vector x.
The problem is that I am having many solutions being evaluated by ff that do not verify this restriction.
I don't know if my text is clear, but if you can help me I really appreciate.
Best regards, Vitor Ribeiro.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Surrogate Optimization dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!