- Timestamp:
- 05/03/11 17:08:54 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine.Test/Program.cs
r6039 r6110 6 6 using HeuristicLab.Algorithms.GeneticAlgorithm; 7 7 using HeuristicLab.Clients.Hive; 8 using HeuristicLab.Clients.Hive.Jobs; 8 9 using HeuristicLab.Common; 9 10 using HeuristicLab.Core; 11 using HeuristicLab.Optimization; 10 12 using HeuristicLab.PluginInfrastructure; 11 13 using HeuristicLab.PluginInfrastructure.Manager; 12 14 using HeuristicLab.Problems.TestFunctions; 13 using HeuristicLab.Clients.Hive.Jobs;14 using HeuristicLab.Optimization;15 15 16 16 namespace HeuristicLab.HiveEngine.Test { … … 40 40 41 41 var job2 = PersistenceUtil.Deserialize<OptimizerJob>(data); 42 43 44 42 45 43 #region Credentials 46 44 ServiceLocator.Instance.Username = "cneumuel";
Note: See TracChangeset
for help on using the changeset viewer.