Skip to content

Should the edges sum up to 1 ? #5

Description

@blegat

Each edge outgoing a node have a probability attached. Sometimes, we want to have them not sum up to one for modelling a discounting factor. While this makes sense when averaging the objective to make the cut, it is a bit less natural when sampling the edge. A dummy node with zero objective and no constraint can be used to model the discounting factor also. The solve on this node does not have to call any LP solver and can be made a special case in the modelling part.
We need to decide whether

  1. It complicates the solver part if we allow sum of the probabilities not to sum up to one: 👍
  2. Even if it complicates it, it allows to handle discounting faster because there is no dummy node : ❤️

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions