Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/13/10 20:44:31 (14 years ago)
Author:
gkronber
Message:

Fixed bugs related to dynamic symbol constraints with ADFs. #290 (Implement ADFs)

File:
1 edited

Legend:

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

    r3256 r3338  
    3737    }
    3838
    39     protected internal override void AddSubTree(SymbolicExpressionTreeNode tree) {
     39    public override void AddSubTree(SymbolicExpressionTreeNode tree) {
    4040      throw new NotSupportedException();
    4141    }
    42     protected internal override void InsertSubTree(int index, SymbolicExpressionTreeNode tree) {
     42    public override void InsertSubTree(int index, SymbolicExpressionTreeNode tree) {
    4343      throw new NotSupportedException();
    4444    }
    45     protected internal override void RemoveSubTree(int index) {
     45    public override void RemoveSubTree(int index) {
    4646      throw new NotSupportedException();
    4747    }
Note: See TracChangeset for help on using the changeset viewer.