- Timestamp:
- 04/17/14 13:22:46 (11 years ago)
- Location:
- branches/HeuristicLab.Problems.GaussianProcessTuning
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.GaussianProcessTuning/GaussianProcessDemo/Form1.cs
r10422 r10756 66 66 var hyp = GetSliderValues(); 67 67 var cov = covFunction.GetParameterizedCovarianceFunction(hyp, Enumerable.Range(0, data.Count)); 68 var y = Util.SampleGaussianProcess(random, cov, data, alpha);68 var y = HeuristicLab.Problems.Instances.DataAnalysis.Util.SampleGaussianProcess(random, cov, data, alpha); 69 69 70 70 chart1.Series[0].Points.Clear(); -
branches/HeuristicLab.Problems.GaussianProcessTuning/HeuristicLab.Algorithms.DataAnalysis.Experimental/HeuristicLab.Algorithms.DataAnalysis.Experimental.csproj
r10422 r10756 22 22 <ErrorReport>prompt</ErrorReport> 23 23 <WarningLevel>4</WarningLevel> 24 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> 24 25 </PropertyGroup> 25 26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
Note: See TracChangeset
for help on using the changeset viewer.