⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.html

📁 A C# Genteic Expresiion Programming Library
💻 HTML
字号:
<!--
Paul A Hansen 
Raymond Ng
Hyunju Nam
Samuel Robinson
University of Wyoming
Laramie, Wyoming
-->
<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Genetic Programming FAQ</title>
</head>

<body>

<div id="nsbanner">
  <table cellSpacing="0" cellPadding="0" width="100%" border="0">
    <tr>
      <td>
      <div id="bannerrow1">
        <table class="bannerparthead" cellSpacing="0">
          <tr id="hdr">
            <td class="runninghead" style="font-size: 70%">
            <font face="Arial"><a class="show" id="design_toggle" title="Show or hide design notes" href="index.html"><img src="Images/Icons/G.png" width="14" height="14" border="0" align="middle"/></a> Genetic Programming Engine FAQ</font></td>
          </tr>
        </table>
      </div>
      <div id="TitleRow">
        <h1 class="dtH1" style="font-size: 85%; left: 5px; position: relative">
        <font face="Arial">Frequently Asked Questions</font></h1>
      </div>
      </td>
      <td vAlign="top" align="right">
      <font face="Arial">
      <img src="Images/Icons/GP_blue.png" width="191" height="39"></font></td>
    </tr>
  </table>
</div>
<div id="nstext">
  &nbsp;<p><font face="Arial">FAQ Topics</font></p>
  <ol type="I">
    <li><font face="Arial"><a   href="GettingStarted.htm">Getting Started with Genetic Programming (GP)</a></font></li><ol type="A">
      <li><font face="Arial"><a href="EngineGUI.htm">Getting Started with the Graphical Interface</a></font></li>
    </ol>
    <li><font face="Arial">Overview of the Genetic Programming Engine (GPE) 
	Components</font><ol type="A">
      <li><font face="Arial"><a   href="GUI.htm">Running the Engine with the GUI</a></font></li>
		<li><font face="Arial">
		<a   href="Console.htm">Running the Engine with the 
		Console</a></font></li>
      <li><font face="Arial">
		<a   href="GeneticProgrammingEngine/GPE.htm">Overview of 
		the Genetic Programming Engine</a></font></li>
		<li><font face="Arial">Overview of the Internal Classes</font><ol type="A">
      <li type="1"><font face="Arial">
		<a   href="GeneticProgrammingEngine/Internal/EngineOptions.htm">
		Defining the Engine Options</a></font></li>
		<li type="1"><font face="Arial">
        <a href="GeneticProgrammingEngine/Internal/GenerationHistory.htm">How the Generation History Works</a></font></li>
		<li type="1"><font face="Arial">
		<a href="GeneticProgrammingEngine/Internal/Tester.htm">Testing a Population</a></font></li>
		<li type="1"><font face="Arial">
		<a   href="GeneticProgrammingEngine/Internal/Population.htm">
		Creating the .CS Files for 
		Individuals in a Population</a></font></li>
		<li type="1"><font face="Arial">
		<a   href="GeneticProgrammingEngine/Internal/IndividualInfo.htm">
		Creating the IndividualInfos</a></font></li>
    </ol>
    	</li>
      <li><font face="Arial">Overview of the Verifiers</font><ol type="A">
		<li type="1"><font face="Arial">
        <a   href="GeneticProgrammingEngine/Verifiers/precode.htm">
        Verifying the Precode</a></font></li>
      <li type="1">
		<font face="Arial">
      <a   href="GeneticProgrammingEngine/Verifiers/BaseClassVerifier.htm">Verifying the 
		Base Class</a></font></li>
		<li type="1"><font face="Arial">
        <a   href="GeneticProgrammingEngine/Verifiers/EnvironmentVerifier.htm">Verifying the Environment</a></font></li>
		<li type="1"><font face="Arial">
		<a   href="GeneticProgrammingEngine/Verifiers/Compatibility.htm">
		Verifying the Compatibility of 
		the IIndividual, IPrecode, and IEnvironment Classes</a></font></li>
    </ol>
    	</li>
    </ol>
    </li>
    <li><font face="Arial">Designing a new problem for the GPE</font><ol type="A">
    <li><font face="Arial"><a   href="translate.htm">How to 
	Translate a Problem to Computer Code</a></font></li>
	<li type="A"><font face="Arial">How to write the ProblemSpace classes</font><ol>
    <li><font face="Arial">
	<a   href="GeneticProgrammingEngine/ProblemSpace/Individual.htm">How to 
	Write the Individual Class</a></font><ol>
    <li type="a"><font face="Arial">
	<a   href="SampleCode.htm">Looking at Sample code</a></font></li>
  </ol></li>
	<li><font face="Arial">
	<a   href="GeneticProgrammingEngine/ProblemSpace/Environment.htm">How to 
	Write the Environment Class</a></font><ol>
    <li type="a"><font face="Arial">
	<a   href="GeneticProgrammingEngine/ProblemSpace/InitializationFile.htm">An 
	Example 
	Environment Initialization Class</a></font></li>
  </ol></li>
	<li><font face="Arial"><a   href="GeneticProgrammingEngine/ProblemSpace/History.htm">How to 
	Write the IGraphicHistory Class</a></font></li>
  </ol></li>
	<li>
    <p style="margin-top: 0; margin-bottom: 0"><font face="Arial">
    <a href="GeneticProgrammingEngine/ProblemSpace/Precode/IPrecode.htm">How to Write IPrecodeTree for 
    Different Problems</a></font></li>
  </ol></li>
	<li>
    <p style="margin-top: 0; margin-bottom: 0"><font face="Arial">
    <a href="StartToFinish.htm">Running the GPEngine</a></font></li>
  </ol>
</div>
<div id="nstext">
  <hr>
  <div id="footer">
    <font face="Arial">
    <a href="http://www.opensource.org/" target="_top">
    <img style="padding-bottom: 5px" src="http://opensource.org/trademarks/open_source_button.png" align="left" border="0" width="88" height="31"></a> 
    This software licensed under the
    <a href="http://opensource.org/licenses/afl-2.1.php" target="_top">Academic 
    Free License version 2.1</a>. (<a href="afl-2.1.txt">Plain 
    text</a>)</font></div>
</div>

</body>

</html>
<!--
Paul A Hansen 
Raymond Ng
Hyunju Nam
Samuel Robinson
University of Wyoming
Laramie, Wyoming
-->

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -