├── Busout.m ├── Decouple.m ├── Lf_ieee30bus_bygauss.m ├── Lf_ieee30bus_bygauss1.asv ├── Lf_ieee30bus_bygauss1.m ├── Lfgauss.m ├── Lfnewton.m ├── Lfnewton_Lid.m ├── Lfybus.m ├── Lineflow.m ├── Lineflow1.m ├── PSO.m ├── check_constraint.m ├── find_boundary.asv ├── find_boundary.m ├── find_cost.m ├── find_cost_final.asv ├── find_cost_final.m ├── generate_initial.m ├── generate_neigbourhood.m ├── initial_velocity.asv ├── initial_velocity.m ├── test_load_flow.m ├── testcost.asv └── testcost.m /Busout.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakornchai/opf-by-particle-swarm/HEAD/Busout.m -------------------------------------------------------------------------------- /Decouple.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakornchai/opf-by-particle-swarm/HEAD/Decouple.m -------------------------------------------------------------------------------- /Lf_ieee30bus_bygauss.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakornchai/opf-by-particle-swarm/HEAD/Lf_ieee30bus_bygauss.m -------------------------------------------------------------------------------- /Lf_ieee30bus_bygauss1.asv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakornchai/opf-by-particle-swarm/HEAD/Lf_ieee30bus_bygauss1.asv -------------------------------------------------------------------------------- /Lf_ieee30bus_bygauss1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakornchai/opf-by-particle-swarm/HEAD/Lf_ieee30bus_bygauss1.m -------------------------------------------------------------------------------- /Lfgauss.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakornchai/opf-by-particle-swarm/HEAD/Lfgauss.m -------------------------------------------------------------------------------- /Lfnewton.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakornchai/opf-by-particle-swarm/HEAD/Lfnewton.m -------------------------------------------------------------------------------- /Lfnewton_Lid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakornchai/opf-by-particle-swarm/HEAD/Lfnewton_Lid.m -------------------------------------------------------------------------------- /Lfybus.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakornchai/opf-by-particle-swarm/HEAD/Lfybus.m -------------------------------------------------------------------------------- /Lineflow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakornchai/opf-by-particle-swarm/HEAD/Lineflow.m -------------------------------------------------------------------------------- /Lineflow1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakornchai/opf-by-particle-swarm/HEAD/Lineflow1.m -------------------------------------------------------------------------------- /PSO.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakornchai/opf-by-particle-swarm/HEAD/PSO.m -------------------------------------------------------------------------------- /check_constraint.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakornchai/opf-by-particle-swarm/HEAD/check_constraint.m -------------------------------------------------------------------------------- /find_boundary.asv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakornchai/opf-by-particle-swarm/HEAD/find_boundary.asv -------------------------------------------------------------------------------- /find_boundary.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakornchai/opf-by-particle-swarm/HEAD/find_boundary.m -------------------------------------------------------------------------------- /find_cost.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakornchai/opf-by-particle-swarm/HEAD/find_cost.m -------------------------------------------------------------------------------- /find_cost_final.asv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakornchai/opf-by-particle-swarm/HEAD/find_cost_final.asv -------------------------------------------------------------------------------- /find_cost_final.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakornchai/opf-by-particle-swarm/HEAD/find_cost_final.m -------------------------------------------------------------------------------- /generate_initial.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakornchai/opf-by-particle-swarm/HEAD/generate_initial.m -------------------------------------------------------------------------------- /generate_neigbourhood.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakornchai/opf-by-particle-swarm/HEAD/generate_neigbourhood.m -------------------------------------------------------------------------------- /initial_velocity.asv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakornchai/opf-by-particle-swarm/HEAD/initial_velocity.asv -------------------------------------------------------------------------------- /initial_velocity.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakornchai/opf-by-particle-swarm/HEAD/initial_velocity.m -------------------------------------------------------------------------------- /test_load_flow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakornchai/opf-by-particle-swarm/HEAD/test_load_flow.m -------------------------------------------------------------------------------- /testcost.asv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakornchai/opf-by-particle-swarm/HEAD/testcost.asv -------------------------------------------------------------------------------- /testcost.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakornchai/opf-by-particle-swarm/HEAD/testcost.m --------------------------------------------------------------------------------