Changeset 16796 for trunk/HeuristicLab.Optimization/3.3/MetaOptimizers
- Timestamp:
- 04/16/19 23:12:05 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Optimization/3.3/MetaOptimizers/BatchRun.cs
r16565 r16796 112 112 // BackwardsCompatibility3.3 113 113 #region Backwards compatible code (remove with 3.4) 114 [Storable( AllowOneWay = true)]114 [Storable(OldName = "algorithm")] 115 115 private IAlgorithm algorithm { 116 116 set { optimizer = value; }
Note: See TracChangeset
for help on using the changeset viewer.