Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 17 and Version 18 of Ticket #2650, comment 56


Ignore:
Timestamp:
03/31/17 16:01:47 (7 years ago)
Author:
mkommend
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2650, comment 56

    v17 v18  
    1313* ~~ComplexityCalculator does not handle BinaryFactorVariables~~ (gkronber: fixed with r14760)
    1414* ~~BinaryFactorVariable and FactorVariableSymbol are identical~~ (gkronber: discussed with mko and we decided that this should be ok.)
    15 * ~~FactorVariableTreeNode uses linear search in GetValue~~ (gkronber: solved with r14717:14719)
     15* ~~FactorVariableTreeNode uses linear search in GetValue~~ (gkronber: solved with r14717,r14719)
    1616* ~~BinaryFactorVariableTreeNode ShakeLocalParameters, why is the variable name only changed with a 20% probability ?~~ (gkronber: r14758 unified mutation behaviour for all variable tree nodes. Introduced parameter for probability of changing a variable. r14759 added a way to set the probability of variable changes via the GUI)
    1717* ~~Shaking in the different types of VariableTreeNodes should work at least similiarly (reuse of weights, variable name changes lead to completely new weights, ...)~~ (gkronber see r14758 and r14759)