Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/04/18 16:23:55 (6 years ago)
Author:
lkammere
Message:

#2886: Priorize phrases whose (fully expanded) terms result in high R².

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2886_SymRegGrammarEnumeration/Test/GrammarEnumerationTest.cs

    r15861 r15883  
    3434        alg.Analyzers.SetItemCheckedState(grammarEnumerationAnalyzer, grammarEnumerationAnalyzer is RSquaredEvaluator);
    3535      }
     36      alg.SearchDataStructure = StorageType.PriorityQueue;
    3637    }
    3738
     
    250251
    251252    [TestMethod]
    252     [TestProperty("Goal", "structure search + const op")]
     253    [TestProperty("Goal", "sinnus const op")]
    253254    public void Constants_Keijzer3() {
    254255      // 0.3*x*sin(2*pi*x)
Note: See TracChangeset for help on using the changeset viewer.