Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/04/17 12:37:52 (7 years ago)
Author:
bwerth
Message:

#2745 added several new InfillCriteria and moved Parameters from the InfillProblem to the Criteria themselves; added Sanitiy checks for GaussianProcessRegression

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/EfficientGlobalOptimization/HeuristicLab.Algorithms.EGO/HeuristicLab.Algorithms.EGO-3.4.csproj

    r14768 r14818  
    9292      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
    9393    </Reference>
     94    <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     95      <SpecificVersion>False</SpecificVersion>
     96      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>
     97    </Reference>
     98    <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     99      <SpecificVersion>False</SpecificVersion>
     100      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3.dll</HintPath>
     101    </Reference>
    94102    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    95103      <SpecificVersion>False</SpecificVersion>
     
    98106    <Reference Include="System" />
    99107    <Reference Include="System.Core" />
     108    <Reference Include="System.Windows.Forms" />
    100109    <Reference Include="System.Xml.Linq" />
    101110    <Reference Include="System.Data.DataSetExtensions" />
     
    108117    <Compile Include="EgoUtilities.cs" />
    109118    <Compile Include="EfficientGlobalOptimizationAlgorithm.cs" />
     119    <Compile Include="InfillCriteria\AugmentedExpectedImprovement.cs" />
     120    <Compile Include="InfillCriteria\ExpectedQuantileImprovement.cs" />
     121    <Compile Include="InfillCriteria\PluginExpectedImprovement.cs" />
    110122    <Compile Include="InfillCriteria\RobustImprovement.cs" />
    111     <Compile Include="InfillCriteria\ConfidenceBound.cs" />
     123    <Compile Include="InfillCriteria\MinimalQuantileCriterium.cs" />
    112124    <Compile Include="InfillCriteria\ExpectedQuality.cs" />
    113125    <Compile Include="InfillCriteria\InfillCriterionBase.cs" />
Note: See TracChangeset for help on using the changeset viewer.