Changeset 17034 for branches/2435-alglib_3_15/HeuristicLab.Optimization/3.3/MetaOptimizers/BatchRun.cs
- Timestamp:
- 06/25/19 23:14:06 (5 years ago)
- Location:
- branches/2435-alglib_3_15
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2435-alglib_3_15
- Property svn:mergeinfo changed
-
branches/2435-alglib_3_15/HeuristicLab.Optimization
- Property svn:mergeinfo changed
/branches/2931_OR-Tools_LP_MIP/HeuristicLab.Optimization (added) merged: 16233,16582 /trunk/HeuristicLab.Optimization (added) merged: 16782,16784,16794,16796,16860,16875,16910
- Property svn:mergeinfo changed
-
branches/2435-alglib_3_15/HeuristicLab.Optimization/3.3/MetaOptimizers/BatchRun.cs
r16565 r17034 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.