When a utility node has a numerical parent, the inference throws a null pointer exception

Issue #293 resolved
Miguel Ángel Artaso Landa created an issue

When there is a network where a utility node has among its parents a numerical variable, the inference is not performed and a null pointer exception is thrown.

Comments (2)

  1. Miguel Ángel Artaso Landa reporter

    When a numeric variable is parent of a utility node, the maximum and minimum possible values of the utility node cannot be calculated if there is no evidence; therefore, in this case we will set this range to (-inf, +inf).

  2. Log in to comment