Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/16/16 14:05:59 (8 years ago)
Author:
ichiriac
Message:

Fix the calculation of evaluation number

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ichiriac/HeuristicLab.Algorithms.DifferentialEvolution/HeuristicLab.Algorithms.DifferentialEvolution.csproj

    r13633 r13770  
    2222    <ErrorReport>prompt</ErrorReport>
    2323    <WarningLevel>4</WarningLevel>
     24    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
    2425  </PropertyGroup>
    2526  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    9596  <ItemGroup>
    9697    <Compile Include="DifferentialEvolution.cs" />
     98    <Compile Include="DifferentialEvolutionReproduction.cs" />
     99    <Compile Include="DifferentialEvolutionSelection.cs" />
    97100    <Compile Include="Plugin.cs" />
    98101    <Compile Include="Properties\AssemblyInfo.cs" />
     102    <Compile Include="Solution.cs" />
    99103  </ItemGroup>
    100104  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.