Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 11733 was 11732, checked in by gkronber, 9 years ago

#2283: refactoring and bug fixes

File size: 526 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("Tower");
15
16    }
17  }
18}
Note: See TracBrowser for help on using the repository browser.