Changeset 12290 for branches/HeuristicLab.Problems.GrammaticalOptimization-gkr/HeuristicLab.Algorithms.GrammaticalOptimization/SequentialDecisionPolicies
- Timestamp:
- 04/07/15 14:31:06 (10 years ago)
- Location:
- branches/HeuristicLab.Problems.GrammaticalOptimization-gkr
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.GrammaticalOptimization-gkr/HeuristicLab.Algorithms.GrammaticalOptimization/SequentialDecisionPolicies/GenericGrammarPolicy.cs
r11806 r12290 103 103 // the canonical states for the value function (banditInfos) and the done set must be distinguished 104 104 // sequences of different length could have the same canonical representation and can have the same value (banditInfo) 105 // however, if the canonical representation of a state is shorter th an we must not mark the canonical state as done when all possible derivations from the initial state have been explored105 // however, if the canonical representation of a state is shorter then we must not mark the canonical state as done when all possible derivations from the initial state have been explored 106 106 // eg. in the ant problem the canonical representation for ...lllA is ...rA 107 107 // even though all possible derivations (of limited length) of lllA have been visited we must not mark the state rA as done
Note: See TracChangeset
for help on using the changeset viewer.