Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/21/10 15:21:34 (14 years ago)
Author:
gkronber
Message:

Refactored symbolic expression tree encoding and problem classes for symbolic regression. #937 , #938

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Crossovers/SubtreeCrossover.cs

    r3376 r3462  
    2828using System;
    2929using HeuristicLab.Parameters;
    30 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.GeneralSymbols;
    31 namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding {
     30using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Symbols;
    3231
    33 
     32namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Crossovers {
    3433  /// <summary>
    3534  /// Takes two parent individuals P0 and P1 each. Selects a random node N0 of P0 and a random node N1 of P1.
Note: See TracChangeset for help on using the changeset viewer.