StanfordASL / unbalanced-opf-toolkit

A general code base to formulate and solve unbalanced optimal power flow (OPF) problems written in MATLAB.
MIT License
21 stars 5 forks source link

Remove Initialize method #8

Closed estandiaa closed 5 years ago

estandiaa commented 5 years ago

Many classes have an initialize method. Most of the functionality can be moved to the constructor or other parts.