Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/13/18 16:56:35 (6 years ago)
Author:
bburlacu
Message:

#2895: Add solution skeleton for PushGP with genealogy analysis.

Location:
branches/2895_PushGP_GenealogyAnalysis
Files:
1 added
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis/Push/Individual/InduvidualMapper.cs

    r15334 r15771  
    1 namespace HeuristicLab.Problems.ProgramSynthesis.Push.Individual {
    2   using System;
    3   using Configuration;
    4   using Core;
    5   using Data.Pool;
    6   using Encodings.IntegerVectorEncoding;
    7   using Expressions;
    8   using Extensions;
    9   using Generators.CodeGenerator;
     1using System;
     2using HeuristicLab.Core;
     3using HeuristicLab.Encodings.IntegerVectorEncoding;
    104
     5namespace HeuristicLab.Problems.ProgramSynthesis {
    116  public class ListCheck {
    127    public PooledList<Expression> List { get; set; }
Note: See TracChangeset for help on using the changeset viewer.