Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/05/09 11:03:42 (15 years ago)
Author:
gkronber
Message:

Renamed StructIdProblemInjector classes to ProblemInjector. #224 (Simple frontend for GP for non-expert users (similar to HeurisicLab.SGA))

File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification.TimeSeries/ProblemInjector.cs

    r1251 r1252  
    3030
    3131namespace HeuristicLab.GP.StructureIdentification.TimeSeries {
    32   public class StructIdProblemInjector : HeuristicLab.GP.StructureIdentification.StructIdProblemInjector {
     32  public class ProblemInjector : HeuristicLab.GP.StructureIdentification.ProblemInjector {
    3333
    3434    public override string Description {
     
    3838    }
    3939
    40     public StructIdProblemInjector()
     40    public ProblemInjector()
    4141      : base() {
    4242      AddVariableInfo(new Core.VariableInfo("MaxTimeOffset", "MaxTimeOffset", typeof(IntData), Core.VariableKind.New));
Note: See TracChangeset for help on using the changeset viewer.