Skip to content

Set inner tolerances based on outer tolerances #96

Open
@dpo

Description

@dpo

subsolver_options.ϵa = k == 1 ? 1.0e-5 : max(ϵ_subsolver, min(1e-2, sqrt(ξ1)) * ξ1)

@geoffroyleconte I think the explicit 1.0e-5 and 1.0e-2 in the line above should be based on the outer solver's absolute and relative tolerances. Why solve the subproblem more accurately than the problem itself? Since we use eps_a = 1.0e-3 in the experiments, the 1.0e-5 here may be too demanding.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions