Changeset 291 for trunk/sources
- Timestamp:
- 06/04/08 23:26:51 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.TestFunctions
- Files:
-
- 6 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.TestFunctions/HeuristicLab.TestFunctions.csproj
r106 r291 43 43 <ItemGroup> 44 44 <Compile Include="AckleyEvaluator.cs" /> 45 <Compile Include="BealeEvaluator.cs" /> 46 <Compile Include="BoothEvaluator.cs" /> 45 47 <Compile Include="GriewangkEvaluator.cs" /> 48 <Compile Include="LevyEvaluator.cs" /> 49 <Compile Include="MatyasEvaluator.cs" /> 46 50 <Compile Include="SchwefelEvaluator.cs" /> 47 51 <Compile Include="RosenbrockEvaluator.cs" /> … … 50 54 <Compile Include="HeuristicLabTestFunctionsPlugin.cs" /> 51 55 <Compile Include="Properties\AssemblyInfo.cs" /> 56 <Compile Include="SumSquaresEvaluator.cs" /> 52 57 <Compile Include="TestFunctionEvaluatorBase.cs" /> 53 58 <Compile Include="TestFunctionInjector.cs" /> … … 58 63 <DependentUpon>TestFunctionInjectorView.cs</DependentUpon> 59 64 </Compile> 65 <Compile Include="ZakharovEvaluator.cs" /> 60 66 </ItemGroup> 61 67 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.