- Timestamp:
- 11/22/11 09:53:30 (13 years ago)
- Location:
- branches/RegressionBenchmarks/HeuristicLab.Problems.DataAnalysis.Benchmarks/3.4
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RegressionBenchmarks/HeuristicLab.Problems.DataAnalysis.Benchmarks/3.4/HeuristicLab.Problems.DataAnalysis.Benchmarks-3.4.csproj
r7025 r7031 74 74 <Compile Include="RegressionBenchmarks\Korns\KornFunctionOne.cs" /> 75 75 <Compile Include="RegressionBenchmarks\Keijzer\KeijzerFunctionFour.cs" /> 76 <Compile Include="RegressionBenchmarks\Nguyen et al\NguyenFunctionTwelve.cs" />77 <Compile Include="RegressionBenchmarks\Nguyen et al\NguyenFunctionEleven.cs" />78 <Compile Include="RegressionBenchmarks\Nguyen et al\NguyenFunctionTen.cs" />79 <Compile Include="RegressionBenchmarks\Nguyen et al\NguyenFunctionNine.cs" />80 <Compile Include="RegressionBenchmarks\Nguyen et al\NguyenFunctionEight.cs" />81 <Compile Include="RegressionBenchmarks\Nguyen et al\NguyenFunctionSeven.cs" />82 <Compile Include="RegressionBenchmarks\Nguyen et al\NguyenFunctionSix.cs" />83 <Compile Include="RegressionBenchmarks\Nguyen et al\NguyenFunctionFive.cs" />84 <Compile Include="RegressionBenchmarks\Nguyen et al\NguyenFunctionFour.cs" />85 <Compile Include="RegressionBenchmarks\Nguyen et al\NguyenFunctionThree.cs" />86 <Compile Include="RegressionBenchmarks\Nguyen et al\NguyenFunctionTwo.cs" />87 <Compile Include="RegressionBenchmarks\Nguyen et al\NguyenFunctionOne.cs" />88 <Compile Include="RegressionBenchmarks\Vladislavleva et al\KotanchekFunction.cs" />76 <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionTwelve.cs" /> 77 <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionEleven.cs" /> 78 <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionTen.cs" /> 79 <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionNine.cs" /> 80 <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionEight.cs" /> 81 <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionSeven.cs" /> 82 <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionSix.cs" /> 83 <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionFive.cs" /> 84 <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionFour.cs" /> 85 <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionThree.cs" /> 86 <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionTwo.cs" /> 87 <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionOne.cs" /> 88 <Compile Include="RegressionBenchmarks\Vladislavleva\KotanchekFunction.cs" /> 89 89 <Compile Include="Generator\RegressionBenchmark.cs" /> 90 <Compile Include="RegressionBenchmarks\Vladislavleva et al\RationalPolynomialThreeDimensional.cs" />91 <Compile Include="RegressionBenchmarks\Vladislavleva et al\RationalPolynomialTwoDimensional.cs" />92 <Compile Include="RegressionBenchmarks\Vladislavleva et al\RippleFunction.cs" />93 <Compile Include="RegressionBenchmarks\Vladislavleva et al\SalustowiczFunctionOneDimensional.cs" />94 <Compile Include="RegressionBenchmarks\Vladislavleva et al\SalustowiczFunctionTwoDimensional.cs" />95 <Compile Include="RegressionBenchmarks\Vladislavleva et al\SineCosineFunction.cs" />96 <Compile Include="RegressionBenchmarks\Vladislavleva et al\UnwrappedBallFunctionFiveDimensional.cs" />90 <Compile Include="RegressionBenchmarks\Vladislavleva\RationalPolynomialThreeDimensional.cs" /> 91 <Compile Include="RegressionBenchmarks\Vladislavleva\RationalPolynomialTwoDimensional.cs" /> 92 <Compile Include="RegressionBenchmarks\Vladislavleva\RippleFunction.cs" /> 93 <Compile Include="RegressionBenchmarks\Vladislavleva\SalustowiczFunctionOneDimensional.cs" /> 94 <Compile Include="RegressionBenchmarks\Vladislavleva\SalustowiczFunctionTwoDimensional.cs" /> 95 <Compile Include="RegressionBenchmarks\Vladislavleva\SineCosineFunction.cs" /> 96 <Compile Include="RegressionBenchmarks\Vladislavleva\UnwrappedBallFunctionFiveDimensional.cs" /> 97 97 </ItemGroup> 98 98 <ItemGroup> -
branches/RegressionBenchmarks/HeuristicLab.Problems.DataAnalysis.Benchmarks/3.4/RegressionBenchmarks/Keijzer/KeijzerFunctionEight.cs
r7025 r7031 36 36 + "Function Set: x + y, x * y, 1/x, -x, sqrt(x)"; 37 37 targetVariable = "F"; 38 inputVariables = new List<string>() { "X" , "Y", "Z"};38 inputVariables = new List<string>() { "X" }; 39 39 trainingPartition = new IntRange(0, 101); 40 40 testPartition = new IntRange(102, 1103); -
branches/RegressionBenchmarks/HeuristicLab.Problems.DataAnalysis.Benchmarks/3.4/RegressionBenchmarks/Keijzer/KeijzerFunctionFifteen.cs
r7025 r7031 36 36 + "Function Set: x + y, x * y, 1/x, -x, sqrt(x)"; 37 37 targetVariable = "F"; 38 inputVariables = new List<string>() { "X", "Y" , "Z"};38 inputVariables = new List<string>() { "X", "Y" }; 39 39 trainingPartition = new IntRange(0, 20); 40 40 testPartition = new IntRange(21, 621); -
branches/RegressionBenchmarks/HeuristicLab.Problems.DataAnalysis.Benchmarks/3.4/RegressionBenchmarks/Keijzer/KeijzerFunctionSix.cs
r7025 r7031 28 28 29 29 public KeijzerFunctionSix() { 30 Name = "Keijzer 6 f(x) = (30 * x * y) / ((x - 10) * y^2)";30 Name = "Keijzer 6 f(x) = (30 * x * z) / ((x - 10) * y^2)"; 31 31 Description = "Paper: Improving Symbolic Regression with Interval Arithmetic and Linear Scaling" + Environment.NewLine 32 32 + "Authors: Maarten Keijzer" + Environment.NewLine 33 + "Function: f(x) = (30 * x * y) / ((x - 10) * y^2)" + Environment.NewLine34 + "range(train): 1000 points x, y= rnd(-1, 1), y = rnd(1, 2)" + Environment.NewLine35 + "range(test): 10000 points x, y= rnd(-1, 1), y = rnd(1, 2)" + Environment.NewLine33 + "Function: f(x) = (30 * x * z) / ((x - 10) * y^2)" + Environment.NewLine 34 + "range(train): 1000 points x,z = rnd(-1, 1), y = rnd(1, 2)" + Environment.NewLine 35 + "range(test): 10000 points x,z = rnd(-1, 1), y = rnd(1, 2)" + Environment.NewLine 36 36 + "Function Set: x + y, x * y, 1/x, -x, sqrt(x)"; 37 37 targetVariable = "F"; … … 48 48 y = data[1][i]; 49 49 z = data[2][i]; 50 results.Add((30 * x * y) / ((x - 10) * Math.Pow(y, 2)));50 results.Add((30 * x * z) / ((x - 10) * Math.Pow(y, 2))); 51 51 } 52 52 return results; -
branches/RegressionBenchmarks/HeuristicLab.Problems.DataAnalysis.Benchmarks/3.4/RegressionBenchmarks/Keijzer/KeijzerFunctionSixteen.cs
r7025 r7031 36 36 + "Function Set: x + y, x * y, 1/x, -x, sqrt(x)"; 37 37 targetVariable = "F"; 38 inputVariables = new List<string>() { "X", "Y" , "Z"};38 inputVariables = new List<string>() { "X", "Y" }; 39 39 trainingPartition = new IntRange(0, 20); 40 40 testPartition = new IntRange(21, 621); -
branches/RegressionBenchmarks/HeuristicLab.Problems.DataAnalysis.Benchmarks/3.4/RegressionBenchmarks/Keijzer/KeijzerFunctionThirteen.cs
r7025 r7031 36 36 + "Function Set: x + y, x * y, 1/x, -x, sqrt(x)"; 37 37 targetVariable = "F"; 38 inputVariables = new List<string>() { "X", "Y" , "Z"};38 inputVariables = new List<string>() { "X", "Y" }; 39 39 trainingPartition = new IntRange(0, 20); 40 40 testPartition = new IntRange(21, 621); -
branches/RegressionBenchmarks/HeuristicLab.Problems.DataAnalysis.Benchmarks/3.4/RegressionBenchmarks/Keijzer/KeijzerFunctionTwelve.cs
r7025 r7031 36 36 + "Function Set: x + y, x * y, 1/x, -x, sqrt(x)"; 37 37 targetVariable = "F"; 38 inputVariables = new List<string>() { "X", "Y" , "Z"};38 inputVariables = new List<string>() { "X", "Y" }; 39 39 trainingPartition = new IntRange(0, 20); 40 40 testPartition = new IntRange(21, 621);
Note: See TracChangeset
for help on using the changeset viewer.