locked
Logistic factor error message RRS feed

  • Question

  • I'm getting the error message "v2 <0" when passing messages from the Logistic factor (specifically performing the LogisticOp.FalseMsg operation). What does this mean?
    Monday, November 17, 2014 8:30 PM

Answers

  • That means the message coming out of that factor is improper.
    • Marked as answer by MarkG87 Friday, November 21, 2014 12:27 PM
    Tuesday, November 18, 2014 1:20 PM
    Owner
  • See the FAQ for this.
    • Marked as answer by MarkG87 Friday, November 21, 2014 12:27 PM
    Tuesday, November 18, 2014 3:49 PM
    Owner

All replies

  • That means the message coming out of that factor is improper.
    • Marked as answer by MarkG87 Friday, November 21, 2014 12:27 PM
    Tuesday, November 18, 2014 1:20 PM
    Owner
  • Tom,

    In this case the error line relates to the message passing from the Logistic factor to the variable labelled y in the example below:

    var y = Variable.Logistic(x);

    What could I be doing in this situation that would make the message improper?

    Tuesday, November 18, 2014 2:45 PM
  • See the FAQ for this.
    • Marked as answer by MarkG87 Friday, November 21, 2014 12:27 PM
    Tuesday, November 18, 2014 3:49 PM
    Owner