Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/13/10 04:37:49 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • implemented reviewers' comments
  • added additional plugins HeuristicLab.Evolutionary, HeuristicLab.Permutation, HeuristicLab.Selection, and HeuristicLab.Routing.TSP
Location:
trunk/sources/HeuristicLab.Selection/3.3
Files:
1 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Selection/3.3

    • Property svn:ignore
      •  

        old new  
         1*.user
         2HeuristicLabSelectionPlugin.cs
        13bin
        24obj
        3 *.user
  • trunk/sources/HeuristicLab.Selection/3.3/HeuristicLab.Selection-3.3.csproj

    r1694 r2790  
    8181  </ItemGroup>
    8282  <ItemGroup>
    83     <Compile Include="RightChildReducer.cs" />
    84     <Compile Include="LeftReducer.cs" />
    85     <Compile Include="MergingReducer.cs" />
    86     <Compile Include="ProportionalSelector.cs" />
    87     <Compile Include="LinearRankSelector.cs" />
    88     <Compile Include="LeftSelector.cs" />
    89     <Compile Include="RandomSelector.cs" />
    90     <Compile Include="ReducerBase.cs" />
    91     <Compile Include="RightReducer.cs" />
    92     <Compile Include="RightSelector.cs" />
    93     <Compile Include="SelectorBase.cs" />
    94     <Compile Include="StochasticSelectorBase.cs" />
    95     <Compile Include="TournamentSelector.cs" />
     83    <None Include="HeuristicLabSelectionPlugin.cs.frame" />
    9684    <Compile Include="HeuristicLabSelectionPlugin.cs" />
    9785    <Compile Include="Properties\AssemblyInfo.cs" />
     
    133121set Outdir=$(Outdir)
    134122
    135 call PreBuildEvent.cmd</PreBuildEvent>
     123call PreBuildEvent.cmd
     124SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabSelectionPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabSelectionPlugin.cs"</PreBuildEvent>
    136125  </PropertyGroup>
    137126</Project>
  • trunk/sources/HeuristicLab.Selection/3.3/Properties/AssemblyInfo.frame

    r1698 r2790  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2008 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    2323using System.Runtime.CompilerServices;
    2424using System.Runtime.InteropServices;
    25 using HeuristicLab.PluginInfrastructure;
    2625
    2726// General Information about an assembly is controlled through the following
     
    3332[assembly: AssemblyCompany("")]
    3433[assembly: AssemblyProduct("HeuristicLab")]
    35 [assembly: AssemblyCopyright("(c) 2002-2008 HEAL")]
     34[assembly: AssemblyCopyright("(c) 2002-2010 HEAL")]
    3635[assembly: AssemblyTrademark("")]
    3736[assembly: AssemblyCulture("")]
     
    5453// You can specify all the values or you can default the Revision and Build Numbers
    5554// by using the '*' as shown below:
    56 [assembly: AssemblyVersion("3.3.0.$WCREV$")]
     55[assembly: AssemblyVersion("3.3.0.0")]
    5756[assembly: AssemblyFileVersion("3.3.0.$WCREV$")]
    58 [assembly: AssemblyBuildDate("$WCNOW$")]
Note: See TracChangeset for help on using the changeset viewer.