Changeset 17105 for stable/HeuristicLab.Algorithms.GradientDescent
Legend:
- Unmodified
- Added
- Removed
-
stable ¶
-
TabularUnified stable/HeuristicLab.Algorithms.GradientDescent/3.3/HeuristicLab.Algorithms.GradientDescent-3.3.csproj ¶
r17097 r17105 113 113 <Private>False</Private> 114 114 </Reference> 115 <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">116 <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>117 </Reference>118 <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">119 <HintPath>..\..\packages\HEAL.Attic.1.0.0-pre02\lib\net461\HEAL.Attic.dll</HintPath>120 </Reference>121 115 <Reference Include="System" /> 122 116 <Reference Include="System.Core" /> 123 117 <Reference Include="System.Drawing" /> 124 <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> 125 <HintPath>..\..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath> 126 </Reference> 127 </ItemGroup> 128 <ItemGroup> 129 <None Include="packages.config" /> 118 </ItemGroup> 119 <ItemGroup> 130 120 <None Include="Plugin.cs.frame" /> 131 121 <Compile Include="Lbfgs.cs" /> … … 203 193 <Private>False</Private> 204 194 </ProjectReference> 195 </ItemGroup> 196 <ItemGroup> 197 <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 198 <SpecificVersion>False</SpecificVersion> 199 <HintPath>..\..\bin\HEAL.Attic.dll</HintPath> 200 <Private>False</Private> 201 </Reference> 205 202 </ItemGroup> 206 203 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -
TabularUnified stable/HeuristicLab.Algorithms.GradientDescent/3.3/Plugin.cs.frame ¶
r17097 r17105 35 35 [PluginDependency("HeuristicLab.Optimization", "3.3")] 36 36 [PluginDependency("HeuristicLab.Parameters", "3.3")] 37 [PluginDependency("HeuristicLab. Persistence", "3.3")]37 [PluginDependency("HeuristicLab.Attic", "1.0")] 38 38 [PluginDependency("HeuristicLab.Random", "3.3")] 39 39 public class HeuristicLabAlgorithmsGradientDescentPlugin : PluginBase {
Note: See TracChangeset
for help on using the changeset viewer.