Skip to content
This repository has been archived by the owner on May 16, 2018. It is now read-only.

Improve phaseShifterOptimalTap #99

Open
pgambier opened this issue Apr 27, 2017 · 1 comment
Open

Improve phaseShifterOptimalTap #99

pgambier opened this issue Apr 27, 2017 · 1 comment

Comments

@pgambier
Copy link

The phaseShifterOptimalTap function be improved :

  1. List the use cases
  2. Improve the algorithm with AMPL
@nomont
Copy link
Member

nomont commented Oct 5, 2017

For one PST, AMPL is useless. Make an implementation based on an hybrid dichotomy-Newton method:

  • The initial tap is known.
  • The direction to influence the flow in the right direction is known.
  • Try a first guess : half of the number of plots between the initial tap and the max (or min) tap
  • Compute pseudo-derivative to do an unequal dichotomy where the split is made on the best guess of the solution given the pseudo-derivative.
  • Stop at the last tap that guarantees that the flow is below the limit.

@nomont nomont assigned nomont and yichen88 and unassigned nomont Oct 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants