Last change
on this file since 11832 was
11832,
checked in by gkronber, 10 years ago
|
linear value function approximation and good results for poly-10 benchmark
|
File size:
540 bytes
|
Line | |
---|
1 | using System;
|
---|
2 | using System.Linq;
|
---|
3 | using HeuristicLab.Algorithms.GrammaticalOptimization;
|
---|
4 | using HeuristicLab.Problems.GrammaticalOptimization.SymbReg;
|
---|
5 | using Microsoft.VisualStudio.TestTools.UnitTesting;
|
---|
6 |
|
---|
7 | namespace 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.