Changes between Version 17 and Version 18 of Ticket #2650, comment 56
- Timestamp:
- 03/31/17 16:01:47 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2650, comment 56
v17 v18 13 13 * ~~ComplexityCalculator does not handle BinaryFactorVariables~~ (gkronber: fixed with r14760) 14 14 * ~~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) 16 16 * ~~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) 17 17 * ~~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)