Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2988_ModelsOfModels2/HeuristicLab.Algorithms.EMM/HeuristicLab.Algorithms.EvolvmentModelsOfModels.csproj @ 17021

Last change on this file since 17021 was 17002, checked in by msemenki, 6 years ago

#2988:
Class HelpFuction get new static functions that are used in different Map’s classes and possible in other classes.
Branch was adapted to Hive.
New version of class structure for Maps:

  1. 3 new variants of maps (RankMap, SuccessMap and ZeroMap) are added.
  2. BaseMap class was simplified, some class members were deleted and other were transported to child class, because some of them are not used in all kinds of maps.
  3. Functions between base class and child class were divided in other way.
  4. Mutation operators were adapted to work with new class structure. Now mutation make less work for ModelNodes than previously.
  5. ModelNode and Model symbols were simplified. They should not take into account a map type.
  6. Models frequency analyzers were adapted for new variants of maps.
  7. EMMAlgorithm class was adapted to new maps
File size: 8.1 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProjectGuid>{09AA7BC8-DF08-4358-9F90-8914D6A41B90}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Algorithms.EMMAlgorithm</RootNamespace>
11    <AssemblyName>HeuristicLab.Algorithms.EMMAlgorithm-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <Deterministic>true</Deterministic>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>..\..\..\trunk\bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25    <LangVersion>7.1</LangVersion>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>..\..\..\trunk\bin\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <LangVersion>7.1</LangVersion>
35  </PropertyGroup>
36  <ItemGroup>
37    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
38      <SpecificVersion>False</SpecificVersion>
39      <HintPath>..\..\..\trunk\bin\HEAL.Attic.dll</HintPath>
40      <Private>False</Private>
41    </Reference>
42    <Reference Include="HeuristicLab.Analysis-3.3">
43      <HintPath>..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
44      <Private>False</Private>
45    </Reference>
46    <Reference Include="HeuristicLab.Attic, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
47      <SpecificVersion>False</SpecificVersion>
48      <HintPath>..\..\..\trunk\bin\HeuristicLab.Attic.dll</HintPath>
49      <Private>False</Private>
50    </Reference>
51    <Reference Include="HeuristicLab.Collections-3.3">
52      <HintPath>..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
53      <Private>False</Private>
54    </Reference>
55    <Reference Include="HeuristicLab.Common-3.3">
56      <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
57      <Private>False</Private>
58    </Reference>
59    <Reference Include="HeuristicLab.Core-3.3">
60      <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
61      <Private>False</Private>
62    </Reference>
63    <Reference Include="HeuristicLab.Data-3.3">
64      <HintPath>..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
65      <Private>False</Private>
66    </Reference>
67    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
68      <SpecificVersion>False</SpecificVersion>
69      <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
70      <Private>False</Private>
71    </Reference>
72    <Reference Include="HeuristicLab.Optimization-3.3">
73      <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
74      <Private>False</Private>
75    </Reference>
76    <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec">
77      <Private>False</Private>
78    </Reference>
79    <Reference Include="HeuristicLab.Parameters-3.3">
80      <HintPath>..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
81      <Private>False</Private>
82    </Reference>
83    <Reference Include="HeuristicLab.Persistence-3.3">
84      <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
85      <Private>False</Private>
86    </Reference>
87    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
88      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
89      <Private>False</Private>
90    </Reference>
91    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec">
92      <Private>False</Private>
93    </Reference>
94    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
95      <SpecificVersion>False</SpecificVersion>
96      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
97      <Private>False</Private>
98    </Reference>
99    <Reference Include="HeuristicLab.Random-3.3">
100      <HintPath>..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
101      <Private>False</Private>
102    </Reference>
103    <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
104      <SpecificVersion>False</SpecificVersion>
105      <HintPath>..\..\..\trunk\bin\HeuristicLab.Selection-3.3.dll</HintPath>
106      <Private>False</Private>
107    </Reference>
108    <Reference Include="System" />
109    <Reference Include="System.Core" />
110    <Reference Include="System.Drawing" />
111    <Reference Include="System.Xml.Linq" />
112    <Reference Include="System.Data.DataSetExtensions" />
113    <Reference Include="Microsoft.CSharp" />
114    <Reference Include="System.Data" />
115    <Reference Include="System.Net.Http" />
116    <Reference Include="System.Xml" />
117  </ItemGroup>
118  <ItemGroup>
119    <Compile Include="EMMDisatanceMap.cs" />
120    <Compile Include="EMMMultyPointsMutator.cs" />
121    <Compile Include="EMMAlgorithm.cs" />
122    <Compile Include="EMMClustering.cs" />
123    <Compile Include="EMMBaseMap.cs" />
124    <Compile Include="EMMIslandMap.cs" />
125    <Compile Include="EMMMultyPointsMutatorNodeTypeSaving.cs" />
126    <Compile Include="EMMMutators.cs" />
127    <Compile Include="EMMSolution.cs" />
128    <Compile Include="EMMBaseAlgorithm.cs" />
129    <Compile Include="EMMNetworkMap.cs" />
130    <Compile Include="EMMSucsessMap.cs" />
131    <Compile Include="EMMZeroMap.cs" />
132    <Compile Include="HelpFunctions.cs" />
133    <Compile Include="ModelClustersFrequencyAnalyzer.cs" />
134    <Compile Include="Plugin.cs" />
135    <Compile Include="Properties\AssemblyInfo.cs" />
136    <Compile Include="EMMRankMap.cs" />
137  </ItemGroup>
138  <ItemGroup>
139    <None Include="Plugin.cs.frame" />
140  </ItemGroup>
141  <ItemGroup>
142    <ProjectReference Include="..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj">
143      <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project>
144      <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name>
145      <Private>False</Private>
146    </ProjectReference>
147    <ProjectReference Include="..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
148      <Project>{06d4a186-9319-48a0-bade-a2058d462eea}</Project>
149      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
150      <Private>False</Private>
151    </ProjectReference>
152    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
153      <Project>{3d28463f-ec96-4d82-afee-38be91a0ca00}</Project>
154      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
155      <Private>False</Private>
156    </ProjectReference>
157  </ItemGroup>
158  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
159  <PropertyGroup>
160    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
161set ProjectDir=$(ProjectDir)
162set SolutionDir=$(SolutionDir)
163set Outdir=$(Outdir)
164
165call PreBuildEvent.cmd
166</PreBuildEvent>
167  </PropertyGroup>
168</Project>
Note: See TracBrowser for help on using the repository browser.