It depends on your modeling representation either the problem is non linear or it's a mixed integer non linear , and it depends also on how far the solution would be acceptable, in other words, are you looking for a global optimum solution ? or a local optimum would be sufficient ?
Based on my little experience in GAMS, a BARON solver would be suitable to achieve a global solution in mixed integer non linear problems
A recently developed method based on advanced techniques of complex analysis. It is direct and guarantees the calculation of the correct (operative) branch, out of the multiple solutions present in the power flow equations
the aforementioned AC power flow is coded using GAMS by one of the GAMS experts. He only do request that publications derived from the use of the developed GAMS code cite the following book
Soroudi, Alireza. Power System Optimization Modeling in GAMS. Springer, 2017. DOI: doi.org/10.1007/978-3-319-62350-4
AC load flow is a nonlinear programming model. In GAMS, there are lots of solver options for nonlinear programming. SNOPT, CONOPT, and IPOPT are three solvers I used to solve ACOPF.