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)

Location:
trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/FunctionLibraryInjectors
Files:
5 added
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/FunctionLibraryInjectors/DefaultFunctionLibraryInjector.cs

    r2564 r2566  
    2727
    2828namespace HeuristicLab.GP.StructureIdentification {
    29   public class FunctionLibraryInjector : FunctionLibraryInjectorBase {
     29  [SymbolicRegressionFunctionLibraryInjector]
     30  public class DefaultFunctionLibraryInjector : FunctionLibraryInjectorBase {
    3031    public const string MINTIMEOFFSET = "MinTimeOffset";
    3132    public const string MAXTIMEOFFSET = "MaxTimeOffset";
     
    6364    }
    6465
    65     public FunctionLibraryInjector()
     66    public DefaultFunctionLibraryInjector()
    6667      : base() {
    6768      AddVariableInfo(new VariableInfo(MINTIMEOFFSET, "Minimal time offset for all features", typeof(IntData), VariableKind.In));
Note: See TracChangeset for help on using the changeset viewer.