Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/07/15 14:31:06 (10 years ago)
Author:
gkronber
Message:

#2283 created a new branch to separate development from aballeit

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  
    103103    // the canonical states for the value function (banditInfos) and the done set must be distinguished
    104104    // 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 than we must not mark the canonical state as done when all possible derivations from the initial state have been explored
     105    // 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
    106106    // eg. in the ant problem the canonical representation for ...lllA is ...rA
    107107    // 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.