Skip to content

Issue when setting memory_mode as OutplaceEmphasis() in DICG. #506

@WenjieXiao-2022

Description

@WenjieXiao-2022

In the /test/decomposition_invariant.jl, when run the DICG standard run for ProbabilitySimplex oracle, if we specify the memory_mode as OutplaceEmphasis(), the starting point x0, which is obatined by compute_extrem_point(), will be ScaledHotVector() type.

In OutplaceEmphasis() mode, x0 will not be converted into SparseArrays but compute_extrem_point() and compute_inface_extrem_point() both require x to be SparseArrays. Therefore it throws error as !match.

Some kind of check and conversion might be necessary if it is OutplaceEmphasis() and starting point is not SparseArrays for ProbabilitySimplex oracle.

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