Changeset 12416 for branches/SensitivityEvaluator
- Timestamp:
- 06/09/15 12:41:25 (10 years ago)
- Location:
- branches/SensitivityEvaluator
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SensitivityEvaluator/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.csproj
r12309 r12416 188 188 <Compile Include="ModelCreators\NormalDistributedThresholdsModelCreator.cs" /> 189 189 <Compile Include="MultiObjective\SymbolicClassificationMultiObjectiveValidationBestSolutionAnalyzer.cs" /> 190 <Compile Include="SingleObjective\SymbolicClassificationSingleObjectiveWeightedResidualsMeanSquaredErrorEvaluator.cs" /> 190 191 <Compile Include="SingleObjective\SymbolicClassificationSingleObjectiveWeightedPerformanceMeasuresEvaluator.cs" /> 191 192 <Compile Include="SymbolicClassificationPhenotypicDiversityAnalyzer.cs" /> … … 246 247 </BootstrapperPackage> 247 248 </ItemGroup> 248 <ItemGroup>249 <WCFMetadata Include="Service References\" />250 </ItemGroup>251 249 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 252 250 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
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.