Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/19/10 02:15:10 (15 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on operators and SGA
  • improved performance
Location:
trunk/sources/HeuristicLab.SGA/3.3
Files:
2 edited

Legend:

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

    • Property svn:ignore
      •  

        old new  
         1*.user
         2HeuristicLabSGAPlugin.cs
        13bin
        24obj
        3 *.user
  • trunk/sources/HeuristicLab.SGA/3.3/Properties/AssemblyInfo.frame

    r1872 r2830  
    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.
     
    2121
    2222using System.Reflection;
    23 using System.Runtime.CompilerServices;
    2423using System.Runtime.InteropServices;
    25 using HeuristicLab.PluginInfrastructure;
    2624
    2725// General Information about an assembly is controlled through the following
     
    3331[assembly: AssemblyCompany("")]
    3432[assembly: AssemblyProduct("HeuristicLab")]
    35 [assembly: AssemblyCopyright("(c) 2002-2008 HEAL")]
     33[assembly: AssemblyCopyright("(c) 2002-2010 HEAL")]
    3634[assembly: AssemblyTrademark("")]
    3735[assembly: AssemblyCulture("")]
     
    5452// You can specify all the values or you can default the Revision and Build Numbers
    5553// by using the '*' as shown below:
    56 [assembly: AssemblyVersion("3.3.0.$WCREV$")]
     54[assembly: AssemblyVersion("3.3.0.0")]
    5755[assembly: AssemblyFileVersion("3.3.0.$WCREV$")]
    58 [assembly: AssemblyBuildDate("$WCNOW$")]
Note: See TracChangeset for help on using the changeset viewer.