📄 genetic.csproj
字号:
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{DD4F9C19-9F1C-44A8-81F3-6CA157DCA1C2}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ApplicationIcon>
</ApplicationIcon>
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>AForge.Genetic</AssemblyName>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<DefaultClientScript>JScript</DefaultClientScript>
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<DelaySign>false</DelaySign>
<OutputType>Library</OutputType>
<RootNamespace>AForge.Genetic</RootNamespace>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
<StartupObject>
</StartupObject>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DocumentationFile>AForge.Genetic.xml</DocumentationFile>
<DebugSymbols>true</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<NoStdLib>false</NoStdLib>
<NoWarn>
</NoWarn>
<Optimize>false</Optimize>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
<DebugType>full</DebugType>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>..\..\Release\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>TRACE</DefineConstants>
<DocumentationFile>AForge.Genetic.xml</DocumentationFile>
<DebugSymbols>false</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<NoStdLib>false</NoStdLib>
<NoWarn>
</NoWarn>
<Optimize>true</Optimize>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
<DebugType>none</DebugType>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="System">
<Name>System</Name>
</Reference>
<Reference Include="System.Data">
<Name>System.Data</Name>
</Reference>
<Reference Include="System.Xml">
<Name>System.XML</Name>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Chromosomes\BinaryChromosome.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Chromosomes\GP\ExtendedGeneFunction.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Chromosomes\GP\GEPChromosome.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Chromosomes\GP\GPTreeChromosome.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Chromosomes\GP\GPTreeNode.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Chromosomes\GP\IGPGene.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Chromosomes\GP\SimpleGeneFunction.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Chromosomes\IChromosome.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Chromosomes\PermutationChromosome.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Chromosomes\ShortArrayChromosome.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Fitness Functions\IFitnessFunction.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Fitness Functions\OptimizationFunction1D.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Fitness Functions\OptimizationFunction2D.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Fitness Functions\SymbolicRegressionFitness.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Fitness Functions\TimeSeriesPredictionFitness.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Population.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Selection Algorithms\EliteSelection.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Selection Algorithms\ISelectionMethod.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Selection Algorithms\RankSelection.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Selection Algorithms\RouletteWheelSelection.cs">
<SubType>Code</SubType>
</Compile>
<None Include="Copyright.txt" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Core.csproj">
<Project>{BFAF50DC-4942-46B8-8615-2A0B4CF08AD2}</Project>
<Name>Core</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -