An Optimal Power Flow solver, using a PSO (particle swarm optimization) variant to perform OPF on an n-bus power system.
PSO is a leading metaheuristic, and I wanted to develop my own variant based on research conducted, to perform OPF, which is a highly non-linear, constrained problem.
Python, PyPower, NumPy, MatPlotLib
Aayaan Naqvi