- Timestamp:
- 06/09/15 12:41:25 (10 years ago)
- Location:
- branches/SensitivityEvaluator/HeuristicLab.Problems.DataAnalysis/3.4
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SensitivityEvaluator/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj
r12213 r12416 51 51 <DebugType>pdbonly</DebugType> 52 52 <Optimize>true</Optimize> 53 <OutputPath> $(SolutionDir)\bin\</OutputPath>53 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 54 54 <DefineConstants>TRACE</DefineConstants> 55 55 <ErrorReport>prompt</ErrorReport> … … 249 249 <Compile Include="OnlineCalculators\OnlineMeanAbsolutePercentageErrorCalculator.cs" /> 250 250 <Compile Include="OnlineCalculators\OnlineMeanAndVarianceCalculator.cs" /> 251 <Compile Include="OnlineCalculators\OnlineWeightedResidualsMeanSquaredErrorCalculator.cs" /> 251 252 <Compile Include="OnlineCalculators\OnlineMeanSquaredErrorCalculator.cs" /> 252 253 <Compile Include="OnlineCalculators\OnlineNormalizedMeanSquaredErrorCalculator.cs" />
Note: See TracChangeset
for help on using the changeset viewer.