Changeset 9288 for trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj
- Timestamp:
- 03/05/13 19:01:48 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj
r8946 r9288 93 93 </PropertyGroup> 94 94 <ItemGroup> 95 <Reference Include="ALGLIB-3. 6.0, Version=3.6.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">96 < HintPath>..\..\bin\ALGLIB-3.6.0.dll</HintPath>97 < Private>False</Private>95 <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 96 <SpecificVersion>False</SpecificVersion> 97 <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath> 98 98 </Reference> 99 99 <Reference Include="AutoDiff-1.0, Version=1.0.0.14388, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> … … 119 119 <Compile Include="Plugin.cs" /> 120 120 <Compile Include="SingleObjective\ConstantOptimizationAnalyzer.cs" /> 121 <Compile Include="SingleObjective\Evaluators\SymbolicRegressionSingleObjectiveAbsoluteRelativeErrorEvaluator.cs" /> 121 122 <Compile Include="SingleObjective\SymbolicRegressionSingleObjectiveValidationParetoBestSolutionAnalyzer.cs" /> 122 123 <Compile Include="SingleObjective\SymbolicRegressionSingleObjectiveTrainingParetoBestSolutionAnalyzer.cs" />
Note: See TracChangeset
for help on using the changeset viewer.