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/DeceptiveTrapProblem.cs

    r11945 r11956  
    11#region License Information
     2
    23/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    4  * and the BEACON Center for the Study of Evolution in Action.
    5  *
     4 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     5 *
    66 * This file is part of HeuristicLab.
    77 *
     
    1919 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
    2020 */
     21
    2122#endregion
    2223
     
    2829using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2930
    30 namespace HeuristicLab.Algorithms.ParameterlessPopulationPyramid {
     31namespace HeuristicLab.Problems.BinaryVector {
    3132  // This code is based off the publication
    3233  // B. W. Goldman and W. F. Punch, "Parameter-less Population Pyramid," GECCO, pp. 785–792, 2014
Note: See TracChangeset for help on using the changeset viewer.