Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/HeuristicLab.Problems.GrammaticalOptimization.Test/TestSymbRegInstances.cs @ 11842

Last change on this file since 11842 was 11832, checked in by gkronber, 9 years ago

linear value function approximation and good results for poly-10 benchmark

File size: 540 bytes
Line 
1using System;
2using System.Linq;
3using HeuristicLab.Algorithms.GrammaticalOptimization;
4using HeuristicLab.Problems.GrammaticalOptimization.SymbReg;
5using Microsoft.VisualStudio.TestTools.UnitTesting;
6
7namespace HeuristicLab.Problems.GrammaticalOptimization.Test {
8  // tests for the brige to the HL symb-reg instances
9  [TestClass]
10  public class TestSymbRegInstances {
11    [TestMethod]
12    public void TestGetDataDescriptors() {
13
14      var problem = new SymbolicRegressionProblem(new Random(), "Tower");
15
16    }
17  }
18}
Note: See TracBrowser for help on using the repository browser.