Free cookie consent management tool by TermsFeed Policy Generator

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

Worked on ticket #135

  • added additional test functions implemented by adoppelb
Location:
trunk/sources/HeuristicLab.TestFunctions
Files:
6 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.TestFunctions/HeuristicLab.TestFunctions.csproj

    r106 r291  
    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.