Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/21/09 16:14:40 (15 years ago)
Author:
gkronber
Message:

Added new predefined function libraries for symbolic regression algorithms. Changed CEDMA dispatcher to choose a function library randomly. #813 (GP structure-identification algorithms that use only a simple function library)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.GP.Algorithms/3.2/AlgorithmBase.cs

    r2385 r2566  
    3131using HeuristicLab.Selection;
    3232using HeuristicLab.GP.Operators;
     33using HeuristicLab.GP.Interfaces;
    3334
    3435namespace HeuristicLab.GP.Algorithms {
    35   public abstract class AlgorithmBase : ItemBase {
     36  public abstract class AlgorithmBase : ItemBase, IGeneticProgrammingAlgorithm {
    3637    public virtual string Name { get { return "GP"; } }
    3738    public virtual string Description { get { return "TODO"; } }
Note: See TracChangeset for help on using the changeset viewer.