Changeset 12893 for branches/HeuristicLab.Problems.GrammaticalOptimization-gkr/HeuristicLab.Problems.GrammaticalOptimization/Interfaces
- Timestamp:
- 08/24/15 13:56:27 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.GrammaticalOptimization-gkr/HeuristicLab.Problems.GrammaticalOptimization/Interfaces/IProblem.cs
r12099 r12893 12 12 IGrammar Grammar { get; } 13 13 double Evaluate(string sentence); 14 bool IsOptimalPhrase(string phrase); // determines if the phrase can be derived to an optimal solution 14 15 string CanonicalRepresentation(string phrase); // canonical state must use correct syntax (must be a valid input for evaluate) 15 16 IEnumerable<Feature> GetFeatures(string phrase);
Note: See TracChangeset
for help on using the changeset viewer.