Changeset 13392 for trunk/sources/HeuristicLab.Problems.ExternalEvaluation
- Timestamp:
- 11/25/15 09:46:14 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.4/Programmable/OptimizationSupportScript.cs
r13218 r13392 27 27 using HeuristicLab.Scripting; 28 28 29 namespace HeuristicLab.Problems.ExternalEvaluation.Programmable { 29 namespace HeuristicLab.Problems.ExternalEvaluation { 30 [StorableClass] 30 31 public abstract class OptimizationSupportScript<T> : Script 31 32 where T : class {
Note: See TracChangeset
for help on using the changeset viewer.