📄 glossary.actions.test.html
字号:
<html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>test Term</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" href="MSDN.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="DesignNotes.css" />
<script src="DesignNotes.js" language="javascript" type="text/javascript"></script>
</head>
<body id="bodyID" class="dtBODY">
<div id="nsbanner"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div id="bannerrow1">
<table class="bannerparthead" cellspacing="0">
<tr id="hdr">
<td class="runninghead" style="font-size: 70%"><a href="javascript:toggle('design_span',true)" title="Show or hide design notes" id="design_toggle" class="show"><img src="D.png" align="absmiddle" onLoad="javascript:check(); focus();"/></a>
Glossary of Genetic Programming Terms</td>
</tr>
</table>
</div>
<div id="TitleRow">
<h1 class="dtH1" style="font-size: 85%; position: relative; left: 5px;">test Term</h1>
</div>
</td>
<td align="right" valign="top"><img src="GPE_blue.png"></td>
</tr>
</table></div>
<div id="nstext">
<p> The process of testing an <a href="Glossary.Objects.Individual.html">Individual</a> in an <a href="Glossary.Objects.Environment.html">Environment</a>.</p>
<H4 class="dtH4">Remarks</H4>
<P>The <strong>test</strong> of an <a href="Glossary.Objects.Individual.html">Individual</a> in an <a href="Glossary.Objects.Environment.html">Environment</a> generates a <a href="Glossary.Objects.History.html">History</a> of that <strong>Individual</strong>'s actions and allows the raw <a href="Glossary.Properties.fitness.html">fitness</a> to be calculated.</P>
<span id="design_span" class="show"> </span>
<div class="design_note">
<h4 style="position: relative; top: -5px;"><span class="show">Design Note</span></h4>
<span class="show"><design>
</design></span><design><p><span class="show">In this framework, the <strong>test</strong>ing of <a href="GeneticProgrammingEngine.ProblemSpace.IIndividual.html">IIndividual</a>s is performed by the <a href="GeneticProgrammingEngine.Internal.Tester.html">Tester</a> class. </span></p>
<p><span class="show">The <strong>Tester</strong> accomplishes this by running the <a href="GeneticProgrammingEngine.ProblemSpace.IIndividual.Test.html">Test</a> method of each <strong>IIndividual</strong> in the <a href="GeneticProgrammingEngine.Internal.Population.html">Population</a> until the <strong>test</strong> is completed. The <strong>Test</strong> method contains the code generated for that <strong>IIndividual</strong> by the <a href="Glossary.GeneticProgramming.html">Genetic Programming</a> algorithm.</span></p>
<p><span class="show">As the <strong>Test</strong> method executes, methods from the <em>Base Class</em> are called. These methods interact with the current <a href="GeneticProgrammingEngine.ProblemSpace.IIndividual.Environment.html">Environment</a>, which generates the <a href="GeneticProgrammingEngine.ProblemSpace.IHistory.html">IHistory</a> for the <strong>test</strong>. This <strong>IHistory</strong> is saved and the <strong>IIndividual</strong> is tested in the next <a href="GeneticProgrammingEngine.ProblemSpace.IEnvironment.html">IEnvironment</a>.</span></p>
<p><span class="show">Once the <strong>IIndividual</strong> has been <strong>test</strong>ed in all of the <strong>IEnvironment</strong>s, the <strong>Tester</strong> moves on to the next one until all <strong>IIndividual</strong>s in the <strong>Population</strong> have been <strong>test</strong>ed. </span></p>
<p><span class="show">See <strong>Tester</strong>'s <a href="GeneticProgrammingEngine.Internal.Tester.CompileAndTest.html">CompileAndTest</a> method for more information on the implementation of the <strong>test</strong>ing process in this framework. </span></p>
</design></div>
<span class="show"></span>
<h4 class="dtH4">See Also</h4>
<p>
<a href="Glossary.Objects.Individual.html">Individual Term</a> | <a href="Glossary.Objects.Environment.html">Environment Term</a> | <a href="Glossary.Objects.History.html">History Term</a> | <a href="Glossary.Properties.fitness.html">fitness Term</a> | <a href="GeneticProgrammingEngine.Internal.Tester.html">Tester Class</a> | <a href="GeneticProgrammingEngine.Internal.Tester.CompileAndTest.html">CompileAndTest Method</a> | <a href="GeneticProgrammingEngine.ProblemSpace.IIndividual.Test.html">Test Method</a></p>
<hr />
<div id="footer"><div align="left"><a href="http://www.opensource.org/" target="_top"><img src="http://opensource.org/trademarks/open_source_button.png" border="0" align="left" style="padding-bottom: 5px"/></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>)</div>
<div align="right">Hosting for <a href="http://gpe.sourceforge.net/">this project</a> provided by <a href="http://sourceforge.net/">SourceForge.net</a>. (<a href="http://sourceforge.net/projects/gpe">SourceForge home</a>) <a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=140347&type=1" width="88" height="31" border="0" align="absbottom" alt="SourceForge.net Logo" /></a></div>
</div>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -