Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/06/15 15:36:53 (9 years ago)
Author:
mkommend
Message:

#2282: Created plugin for binary vector problems.

Location:
trunk/sources/HeuristicLab.Problems.BinaryVector
Files:
2 added
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.BinaryVector/3.3/BinaryVectorProblem.cs

    r11945 r11956  
    11#region License Information
     2
    23/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     4 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    45 *
    56 * This file is part of HeuristicLab.
     
    1819 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
    1920 */
     21
    2022#endregion
    2123
     
    2729using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2830
    29 namespace HeuristicLab.Algorithms.ParameterlessPopulationPyramid {
     31namespace HeuristicLab.Problems.BinaryVector {
    3032  [StorableClass]
    3133  public abstract class BinaryVectorProblem : Problem, IBinaryVectorProblem {
Note: See TracChangeset for help on using the changeset viewer.