Mixed Integer Linear Programming using GA for solution generation of network topology
Ältere Kommentare anzeigen
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.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Linear Programming and Mixed-Integer Linear Programming finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!