Changeset 2215 for branches/GP-Refactoring-713
- Timestamp:
- 07/30/09 16:46:58 (15 years ago)
- Location:
- branches/GP-Refactoring-713/sources
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-Refactoring-713/sources/HeuristicLab.CEDMA.Server/3.3/DispatcherBase.cs
r2153 r2215 32 32 using System.Linq; 33 33 using HeuristicLab.CEDMA.Core; 34 using HeuristicLab.GP.StructureIdentification;35 34 using HeuristicLab.Data; 36 35 using HeuristicLab.Core; -
branches/GP-Refactoring-713/sources/HeuristicLab.CEDMA.Server/3.3/ExecuterBase.cs
r2094 r2215 32 32 using System.Linq; 33 33 using HeuristicLab.CEDMA.Core; 34 using HeuristicLab.GP.StructureIdentification;35 34 using HeuristicLab.Data; 36 35 using HeuristicLab.Grid; -
branches/GP-Refactoring-713/sources/HeuristicLab.CEDMA.Server/3.3/GridExecuter.cs
r2153 r2215 32 32 using System.Linq; 33 33 using HeuristicLab.CEDMA.Core; 34 using HeuristicLab.GP.StructureIdentification;35 34 using HeuristicLab.Data; 36 35 using HeuristicLab.Grid; -
branches/GP-Refactoring-713/sources/HeuristicLab.CEDMA.Server/3.3/IDispatcher.cs
r2088 r2215 20 20 #endregion 21 21 22 using System;23 using System.Collections.Generic;24 using System.Text;25 using System.Windows.Forms;26 using HeuristicLab.PluginInfrastructure;27 using System.Net;28 using System.ServiceModel;29 using HeuristicLab.CEDMA.DB.Interfaces;30 using HeuristicLab.CEDMA.DB;31 using System.ServiceModel.Description;32 using System.Linq;33 using HeuristicLab.CEDMA.Core;34 using HeuristicLab.GP.StructureIdentification;35 using HeuristicLab.Data;36 22 using HeuristicLab.Core; 37 23 using HeuristicLab.Modeling; -
branches/GP-Refactoring-713/sources/HeuristicLab.CEDMA.Server/3.3/IExecuter.cs
r2088 r2215 20 20 #endregion 21 21 22 using System;23 using System.Collections.Generic;24 using System.Text;25 using System.Windows.Forms;26 using HeuristicLab.PluginInfrastructure;27 using System.Net;28 using System.ServiceModel;29 using HeuristicLab.CEDMA.DB.Interfaces;30 using HeuristicLab.CEDMA.DB;31 using System.ServiceModel.Description;32 using System.Linq;33 using HeuristicLab.CEDMA.Core;34 using HeuristicLab.GP.StructureIdentification;35 using HeuristicLab.Data;36 22 using HeuristicLab.Core; 37 23 -
branches/GP-Refactoring-713/sources/HeuristicLab.CEDMA.Server/3.3/SimpleDispatcher.cs
r2153 r2215 32 32 using System.Linq; 33 33 using HeuristicLab.CEDMA.Core; 34 using HeuristicLab.GP.StructureIdentification;35 34 using HeuristicLab.Data; 36 35 using HeuristicLab.Core; -
branches/GP-Refactoring-713/sources/HeuristicLab.SupportVectorMachines/3.2/SupportVectorRegression.cs
r2161 r2215 30 30 using HeuristicLab.Data; 31 31 using HeuristicLab.Operators; 32 using HeuristicLab.GP.StructureIdentification;33 32 using HeuristicLab.Logging; 34 33 using HeuristicLab.Operators.Programmable;
Note: See TracChangeset
for help on using the changeset viewer.