I need the GAMS code for distribution load flow. In this regard, I have found the (improved) backward-forward sweep suitable to my work. So I need the GAMS code for this method.
I would appreciate if anyone can share this code with me.
Thanks a lot for your answer. I have already applied the Newton-Raphson load flow to the problem, but due to its complexity and high computational burden, I have not got the desired solutions with an accptable solution time. However, I think the backward-forward load flow can be implemented in GAMS.
backward-forward is a technique for satisfying the constraints. GAMS just takes the constraints and solves them.
I can give you an example to make it clear. Suppose you do have MATPOWER package and can solve the power flow problem. Will you use genetic algorithm to solve the same problem ??