pamola-net / Pamola

GNU General Public License v3.0
0 stars 0 forks source link

Use a initial guess generator on SolveSystem #9

Open JohniMichels opened 3 years ago

JohniMichels commented 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.

JohniMichels commented 3 years ago

Additionally, we can wrap a gpu linear system solver enhancing solve times specially for large matrix. See 1 See 2