Changeset 15277 for stable/HeuristicLab.Optimization
- Timestamp:
- 07/21/17 11:18:40 (7 years ago)
- Location:
- stable
- Files:
-
- 2 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 15071,15076,15091-15093,15096,15102,15114,15181,15201,15214,15223-15224,15228
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Optimization
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Optimization merged: 15091
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj
r15109 r15277 191 191 <Compile Include="Interfaces\IDiscreteDoubleMatrixModifier.cs" /> 192 192 <Compile Include="Algorithms\HeuristicOptimizationEngineAlgorithm.cs" /> 193 <Compile Include="Interfaces\IGlobalParticleUpdater.cs" />194 193 <Compile Include="Interfaces\ILocalImprovementOperator.cs" /> 195 <Compile Include="Interfaces\ILocalParticleUpdater.cs" />196 194 <Compile Include="Algorithms\HeuristicOptimizationAlgorithm.cs" /> 197 195 <Compile Include="Interfaces\IMultiNeighborhoodShakingOperator.cs" /> -
stable/HeuristicLab.Optimization/3.3/Interfaces/IParticleCreator.cs
r14186 r15277 27 27 /// </summary> 28 28 public interface IParticleCreator : ISolutionCreator { 29 ILookupParameter<ISolutionCreator> SolutionCreatorParameter { get; } 29 30 } 30 31 }
Note: See TracChangeset
for help on using the changeset viewer.