Skip to content

Improve iterative solver #26

Description

@tberlok

The iterative solver starts using a guess when the difference to the previous iteration is less than a specified guess tolerance. The default for this value should be set to a lower value (it's currently 10 percent).

We should make sure that the difference is always decreasing when we are using guesses. Otherwise we are not converging and we should use the full eigenvalue solver.

See also sections 7.7 and 7.8 in Boyd!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions