Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/05/09 11:03:42 (16 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 edited

Legend:

Unmodified
Added
Removed
  • branches/CEDMA-Refactoring-Ticket419/HeuristicLab.CEDMA.Server/DispatcherBase.cs

    r1217 r1252  
    100100
    101101    private Execution CreateStandardGpExecution(Problem problem, int targetVariable, ModelComplexity complexity) {
    102       ProblemInjector probInjector = new ProblemInjector(problem);
     102      HeuristicLab.CEDMA.Core.ProblemInjector probInjector = new HeuristicLab.CEDMA.Core.ProblemInjector(problem);
    103103      probInjector.TargetVariable = targetVariable;
    104104      StandardGP sgp = new StandardGP();
Note: See TracChangeset for help on using the changeset viewer.