- Timestamp:
- 03/28/19 17:18:28 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Optimization/3.3/MetaOptimizers/BatchRun.cs
r16723 r16724 112 112 // BackwardsCompatibility3.3 113 113 #region Backwards compatible code (remove with 3.4) 114 [Storable( AllowOneWay = true)]114 [Storable(Name ="algorithm")] 115 115 private IAlgorithm algorithm { 116 116 set { optimizer = value; }
Note: See TracChangeset
for help on using the changeset viewer.