Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/05/10 18:52:23 (14 years ago)
Author:
gkronber
Message:

Implemented initialization of Variable and Constant terminal nodes. #938 (Data types and operators for regression problems)

File:
1 edited

Legend:

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

    r3252 r3269  
    7676      return maxHeight + 1;
    7777    }
    78 
    79     //public virtual IOperation CreateShakingOperation(IScope scope) {
    80     //  return null;
    81     //}
    82 
    83     //public virtual IOperation CreateInitOperation(IScope scope) {
    84     //  return null;
    85     //}
     78   
     79    public virtual void ResetLocalParameters(IRandom random) { }
     80    public virtual void ShakeLocalParameters(IRandom random, double shakingFactor) { }
    8681
    8782    protected internal virtual void AddSubTree(SymbolicExpressionTreeNode tree) {
Note: See TracChangeset for help on using the changeset viewer.