Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/27/15 10:20:09 (9 years ago)
Author:
gkronber
Message:

#2472:

  • include Problems.GeneticProgramming in solution
  • use Problems.GeneticProgramming from Problems.GrammaticalEvolution (only ArtificialAnt part)
  • simplified GEArtificialAntProblem by using BasicProblem<IntegerVectorEncoding>
Location:
trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/3.4
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/3.4/Mappers/PIGEMapper.cs

    r12012 r12915  
    105105    /// <param name="genotype">integer vector, which should be mapped to a tree</param>
    106106    /// <returns>phenotype (a symbolic expression tree)</returns>
    107     public override SymbolicExpressionTree Map(IRandom random, IntMatrix bounds, int length,
     107    public override ISymbolicExpressionTree Map(IRandom random, IntMatrix bounds, int length,
    108108                                               ISymbolicExpressionGrammar grammar,
    109109                                               IntegerVector genotype) {
Note: See TracChangeset for help on using the changeset viewer.