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

📄 console.htm

📁 遗传算法GPE_release_v1.0.tar
💻 HTM
字号:
<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">Running the Engine with the Console</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">The console is one way to interact with the <b>
  GPEngine</b>.&nbsp; Running the without any command line arguments results in 
  the default problem being ran with the default <b>EngineOptions</b> values 
  being used (see <i>Figure 1</i> below).&nbsp; Console execution will generate 
  the code for the problem, but will not show graphical statistics or the <b>
  IGraphicHistory</b> of the <b>IIndividual </b>(see <i>Figure 2</i>).&nbsp; The 
  console will display the best and worst IIndividual as well as the average 
  fitness for the current generation.&nbsp; EngineOptions can be specified in 
  the form <i>-EngineOptions.OptionName=Value</i>.&nbsp; For example, <i>
  EngineConsole -EngineOptions.Population<br>
  Size=40</i>, will run the engine with a population size of 40 and the default 
  values for the rest of the options.&nbsp; Any number of the options can be 
  set.&nbsp; See the EngineOptions class for a full list of options to set and 
  what they do.</font></p>
  <div align="center">
	<table border="0" width="90%" id="table1">
		<tr>
			<td>
			<p align="center">
			<img border="0" src="Images/Console/Console-EngineRun1.jpg" width="663" height="738"></td>
		</tr>
		<tr>
			<td>
            <p align="center"><font face="Arial"><b>Figure 1.</b> <i>Initial 
            Console State</i></font></td>
		</tr>
		<tr>
			<td>&nbsp;</td>
		</tr>
		<tr>
			<td>&nbsp;</td>
		</tr>
		<tr>
			<td>
			<p align="center">
			<img border="0" src="Images/Console/Console-EngineRun2.jpg" width="664" height="738"></td>
		</tr>
		<tr>
			<td>
            <p align="center"><font face="Arial"><b>Figure 2.</b> <i>Console 
            during run</i></font></td>
		</tr>
        <tr>
			<td>&nbsp;</td>
		</tr>
        <tr>
			<td>&nbsp;</td>
		</tr>
		<tr>
			<td>
			<img border="0" src="Images/Console/Console-EngineRun3.jpg" width="664" height="740"></td>
		</tr>
		<tr>
			<td>
            <p align="center"><font face="Arial"><b>Figure 3.</b> <i>Console at 
            generation 99 (finished)</i></font></td>
		</tr>
        <tr>
			<td>&nbsp;</td>
		</tr>
        <tr>
			<td>&nbsp;</td>
		</tr>
        <tr>
			<td><img border="0" src="Images/Console/Console-Help.jpg" width="665" height="737"></td>
		</tr>
        <tr>
			<td>
            <p align="center"><font face="Arial"><b>Figure 4.</b> <i>Console 
            Help</i></font></td>
		</tr>
        <tr>
			<td>&nbsp;</td>
		</tr>
	</table>
	</div>
	<h4 class="dtH4">&nbsp;</h4>
	<h4 class="dtH4"><font face="Arial">See Also</font></h4>
  <p>
  <font face="Arial"><a href="GeneticProgrammingEngine/GPE.htm">GPEngine</a> |
  <a href="GeneticProgrammingEngine/Internal/EngineOptions.htm">EngineOptions</a>|
  <a href="GeneticProgrammingEngine/ProblemSpace/Individual.htm">IIndividual</a> 
  | <a href="GeneticProgrammingEngine/ProblemSpace/History.htm">IGraphicHistory</a></font></p>
  <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"></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>

⌨️ 快捷键说明

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