Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/04/08 23:32:40 (16 years ago)
Author:
swagner
Message:

Merged fix of ticket #135 (r290:291) from trunk into 3.0 release branch

Location:
branches/3.0/sources/HeuristicLab.TestFunctions
Files:
1 edited
6 copied

Legend:

Unmodified
Added
Removed
  • branches/3.0/sources/HeuristicLab.TestFunctions/HeuristicLab.TestFunctions.csproj

    r210 r292  
    4343  <ItemGroup>
    4444    <Compile Include="AckleyEvaluator.cs" />
     45    <Compile Include="BealeEvaluator.cs" />
     46    <Compile Include="BoothEvaluator.cs" />
    4547    <Compile Include="GriewangkEvaluator.cs" />
     48    <Compile Include="LevyEvaluator.cs" />
     49    <Compile Include="MatyasEvaluator.cs" />
    4650    <Compile Include="SchwefelEvaluator.cs" />
    4751    <Compile Include="RosenbrockEvaluator.cs" />
     
    5054    <Compile Include="HeuristicLabTestFunctionsPlugin.cs" />
    5155    <Compile Include="Properties\AssemblyInfo.cs" />
     56    <Compile Include="SumSquaresEvaluator.cs" />
    5257    <Compile Include="TestFunctionEvaluatorBase.cs" />
    5358    <Compile Include="TestFunctionInjector.cs" />
     
    5863      <DependentUpon>TestFunctionInjectorView.cs</DependentUpon>
    5964    </Compile>
     65    <Compile Include="ZakharovEvaluator.cs" />
    6066  </ItemGroup>
    6167  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.