Changeset 9128 for trunk/sources/HeuristicLab.Algorithms.GradientDescent
- Timestamp:
- 01/08/13 17:08:53 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.Algorithms.GradientDescent/3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.GradientDescent/3.3/HeuristicLab.Algorithms.GradientDescent.csproj
r8806 r9128 179 179 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 180 180 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 181 <Private>False</Private>182 </ProjectReference>183 <ProjectReference Include="..\..\HeuristicLab.Problems.TestFunctions\3.3\HeuristicLab.Problems.TestFunctions-3.3.csproj">184 <Project>{88B9B0E3-344E-4196-82A3-0F9732506FE8}</Project>185 <Name>HeuristicLab.Problems.TestFunctions-3.3</Name>186 181 <Private>False</Private> 187 182 </ProjectReference> -
trunk/sources/HeuristicLab.Algorithms.GradientDescent/3.3/Lbfgs.cs
r9127 r9128 30 30 using HeuristicLab.Parameters; 31 31 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 32 using HeuristicLab.Problems.TestFunctions;33 32 using HeuristicLab.Random; 34 33 -
trunk/sources/HeuristicLab.Algorithms.GradientDescent/3.3/Plugin.cs.frame
r8452 r9128 36 36 [PluginDependency("HeuristicLab.Parameters", "3.3")] 37 37 [PluginDependency("HeuristicLab.Persistence", "3.3")] 38 [PluginDependency("HeuristicLab.Problems.TestFunctions", "3.3")]39 38 [PluginDependency("HeuristicLab.Random", "3.3")] 40 39 public class HeuristicLabAlgorithmsGradientDescentPlugin : PluginBase {
Note: See TracChangeset
for help on using the changeset viewer.