Skip to content

bug: min_signal=0 fails pgo #50

@hopeyen

Description

@hopeyen

The default for signal is usually 100, which filters out subgraphs with zero signals. When an indexer wants to pinned subgraphs with 0 signals, they would lower the min_signal requirement and ran into errors pasted in the gist .
The most straight-forward solution may be excluding those subgraphs from participating in the optimization problem. Alternatively, (my intuition for modifying the algo) we would need to add additional handling for finding the zeros in the dual problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions