Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/06/15 16:24:33 (9 years ago)
Author:
mkommend
Message:

#2282: Changed creatable attribute and project files in P3.

Location:
trunk/sources/HeuristicLab.Problems.BinaryVector/3.3
Files:
3 edited

Legend:

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

    r11956 r11960  
    2929
    3030namespace HeuristicLab.Problems.BinaryVector {
    31   // This code is based off the publication
    32   // B. W. Goldman and W. F. Punch, "Parameter-less Population Pyramid," GECCO, pp. 785–792, 2014
    33   // and the original source code in C++11 available from: https://github.com/brianwgoldman/Parameter-less_Population_Pyramid
    3431  [Item("Deceptive Step Trap Problem", "Genome encodes completely separable blocks, where each block deceptive with fitness plateaus.")]
    3532  [StorableClass]
    36   [Creatable("Parameterless Population Pyramid")]
    37   // In the GECCO paper, Section 4.1
     33  [Creatable("Problems")]
    3834  public class DeceptiveStepTrapProblem : DeceptiveTrapProblem {
    3935    [StorableConstructor]
  • trunk/sources/HeuristicLab.Problems.BinaryVector/3.3/DeceptiveTrapProblem.cs

    r11956 r11960  
    3030
    3131namespace HeuristicLab.Problems.BinaryVector {
    32   // This code is based off the publication
    33   // B. W. Goldman and W. F. Punch, "Parameter-less Population Pyramid," GECCO, pp. 785–792, 2014
    34   // and the original source code in C++11 available from: https://github.com/brianwgoldman/Parameter-less_Population_Pyramid
    3532  [Item("Deceptive Trap Problem", "Genome encodes completely separable blocks, where each block is fully deceptive.")]
    3633  [StorableClass]
    37   [Creatable("Parameterless Population Pyramid")]
     34  [Creatable("Problems")]
    3835  public class DeceptiveTrapProblem : BinaryVectorProblem {
    3936    [StorableConstructor]
  • trunk/sources/HeuristicLab.Problems.BinaryVector/3.3/HIFFProblem.cs

    r11956 r11960  
    2828
    2929namespace HeuristicLab.Problems.BinaryVector {
    30   // This code is based off the publication
    31   // B. W. Goldman and W. F. Punch, "Parameter-less Population Pyramid," GECCO, pp. 785–792, 2014
    32   // and the original source code in C++11 available from: https://github.com/brianwgoldman/Parameter-less_Population_Pyramid
    3330  [Item("Hierararchical If and only If problem", "Genome evaluated in nested subsets to see if each subset contains either all 0s or all 1s.")]
    3431  [StorableClass]
    35   [Creatable("Parameterless Population Pyramid")]
     32  [Creatable("Problems")]
    3633  public class HIFFProblem : BinaryVectorProblem {
    3734    [StorableConstructor]
Note: See TracChangeset for help on using the changeset viewer.