-
Notifications
You must be signed in to change notification settings - Fork 164
Closed
Description
Hi, I just realized this problem, but when I run a solved Matpower case, it takes the same number of iterations as it would with default values. In Matpower,
results = runpf('caseX')
savecase('caseX', results)
runpf('caseX')
should result in iterations: 1 in the end. When running with default/solved values for case118, and case300, it takes 4 and 5 iterations respectively. I tried both with the case saved from Matpower and with manually updating the vm, va fields of all buses from the solutions dict, and got the same results.
Any idea why this is happening? I know Matpower uses NR for acpf by default, so I'm assuming it has something to do with Ipopt. I'd appreciate any clarifications on this.
Metadata
Metadata
Assignees
Labels
No labels