- Timestamp:
- 02/06/15 17:52:14 (10 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.4
- Files:
-
- 3 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.4/Programmable/CompiledOptimizationSupport.cs
r11893 r11961 20 20 #endregion 21 21 22 using System.Collections.Generic;23 using HeuristicLab.Core;24 using HeuristicLab.Optimization;25 using HeuristicLab.Problems.Programmable;26 27 22 namespace HeuristicLab.Problems.ExternalEvaluation { 28 23 public abstract class CompiledOptimizationSupport { -
trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.4/Programmable/CompiledSingleObjectiveOptimizationSupport.cs
r11893 r11961 6 6 using HeuristicLab.Data; 7 7 using HeuristicLab.Optimization; 8 using HeuristicLab.Problems.Programmable;9 8 10 9 namespace HeuristicLab.Problems.ExternalEvaluation { -
trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.4/Programmable/SingleObjectiveOptimizationSupportScript.cs
r11900 r11961 29 29 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 30 30 using HeuristicLab.Problems.ExternalEvaluation.Programmable; 31 using HeuristicLab.Problems.Programmable;32 31 using HeuristicLab.Scripting; 33 32
Note: See TracChangeset
for help on using the changeset viewer.