Open JohniMichels opened 3 years ago
AccordBaseSolver is using a numeric solver, but starts always with 0 based guesses. We might implement a InitialGuessProvider (like TimeProvider) that ensures the InitialGuess of the circuit is the current circuit result.
Additionally, we can wrap a gpu linear system solver enhancing solve times specially for large matrix. See 1 See 2
AccordBaseSolver is using a numeric solver, but starts always with 0 based guesses. We might implement a InitialGuessProvider (like TimeProvider) that ensures the InitialGuess of the circuit is the current circuit result.