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

📄 259-261.html

📁 遗传算法经典书籍-英文原版 是研究遗传算法的很好的资料
💻 HTML
字号:
<HTML>
<HEAD>
<META name=vsisbn content="0849398010">
<META name=vstitle content="Industrial Applications of Genetic Algorithms">
<META name=vsauthor content="Charles Karr; L. Michael Freeman">
<META name=vsimprint content="CRC Press">
<META name=vspublisher content="CRC Press LLC">
<META name=vspubdate content="12/01/98">
<META name=vscategory content="Web and Software Development: Artificial Intelligence: Other">




<TITLE>Industrial Applications of Genetic Algorithms:Using Genetic Operators to Distinguish Chaotic Behavior from Noise in a Time Series</TITLE>

<!-- HEADER -->

<STYLE type="text/css"> 
 <!--
 A:hover  {
 	color : Red;
 }
 -->
</STYLE>

<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">

<!--ISBN=0849398010//-->
<!--TITLE=Industrial Applications of Genetic Algorithms//-->
<!--AUTHOR=Charles Karr//-->
<!--AUTHOR=L. Michael Freeman//-->
<!--PUBLISHER=CRC Press LLC//-->
<!--IMPRINT=CRC Press//-->
<!--CHAPTER=13//-->
<!--PAGES=259-261//-->
<!--UNASSIGNED1//-->
<!--UNASSIGNED2//-->

<CENTER>
<TABLE BORDER>
<TR>
<TD><A HREF="257-258.html">Previous</A></TD>
<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>
<TD><A HREF="261-264.html">Next</A></TD>
</TR>
</TABLE>
</CENTER>
<P><BR></P>
<P><FONT SIZE="+1"><B>SOLUTION FORMATION</B></FONT></P>
<P>The following paragraph details the approach employed by Sugihara and May, called the Simplex Projection Method. The next section then demonstrates how genetic operators fit into this simplex projection methodology.
</P>
<P>The basic idea of the Simplex Projection Method compares forecasts (using a specific time step) of future values with actual values in a time series. When a complete series is finished, the overall accuracy of the many individual forecasts is determined by use of the correlation coefficient. Then a higher time step is made, and the complete forecasting procedure is rerun. This process continues for time steps to a value of about 12 steps.</P>
<P>The results are then plotted. In a chaotic time series, the accuracy of the forecast diminishes as the horizon step increases; but with noise, the forecast error remains the same statistically and thus, the accuracy is somewhat constant as the horizon step increases. In their words, &#147;comparing the predicted and actual trajectories, we can make tentative distinctions between dynamical chaos and measurement error: for a chaotic time series, the accuracy of the nonlinear forecast falls off with increasing prediction time interval, whereas for uncorrelated noise, the forecasting accuracy is roughly independent of prediction time interval [2].&#148;</P>
<P>In order to make the comparison, a geometric space is generated from the time series values. This is a common methodology used in other nonlinear time series approaches such as neural networks. After obtaining a time series, they</P>
<DL>
<DD><B>1.</B>&nbsp;&nbsp;Determine four very important parameters. These are:
<DL>
<BR>
<DD><B>a.</B>&nbsp;&nbsp;the time delay, tau - this is the number which is used for extracting values in the series that will become geometric components in a state space.
<DD><B>b.</B>&nbsp;&nbsp;the embedding dimension, E - is an estimate of the dimension of the underlying nonlinear structure from which the time series was obtained. These are often fractal in nature, meaning the dimension is a fraction, not a whole number. The embedding dimension is often the nearest integer of the fractal dimension.
<DD><B>c.</B>&nbsp;&nbsp;the size of the pattern library and the size of the test series. The pattern library is used to form the space, and the test series is used as an independent out-of-sample series for distinguishing noise and chaos.
<DD><B>d.</B>&nbsp;&nbsp;the time step - the number of time elements in the future that are being projected. The initial value is one and is incremeneted by 1 for a total of 12 time steps.
</DL>
<BR>
<DD><B>2.</B>&nbsp;&nbsp;Establish a library pattern and a test series, using the parameters from 1 above. This is accomplished by converting the time series into a lagged delay coordinate space. The space (called a state space) consists of vectors determined from the parameters as follows: x =[x<SUB><SMALL>t</SMALL></SUB>, x <SUB><SMALL>t-tau</SMALL></SUB>, x <SUB><SMALL>t-2 tau</SMALL></SUB>, &#133; x <SUB><SMALL>t-(E-1) tau</SMALL></SUB>] where x's are individual time series elements. Each lagged coordinate vector represents a data point in an E-dimensional space.
<P>An example of establishing data points in a state space from a time series is the following. Consider the small time series 12, 2, 8, 4, 11, 17, 19, 13, 17, 4, 9, 7, 16, 12, and 9. Assume a time lag of one, an &#147;embedding dimension&#148; of three, a pattern library size of six, and a test series of four. Then the following data points comprise the pattern library: (8,2, 12), (4,8,2), (11,4,8), (17,11,4), (19,17,11), and (13,19,17). The following four vectors comprise the test series: (17,13,19), (4,17,13), (9,4,17), and (7,9,4).
</P>
<DD><B>3.</B>&nbsp;&nbsp;Here is the expensive search. Take each data vector in the test series, one at a time, and compare it to each data vector in the pattern library and note the Euclidian distance between them. Obtain the E+1 closest vectors. Check to see if the four points form a simplex around the test vector. If not, obtain the next closest pattern vector and check, in ascending order of distance, if any four of the five points form a simplex around the test vector. If not, obtain the next closest pattern vector and check, in ascending order, if any four of the six points form a simplex. In short, the calculations involve an expanding (in combinations) set of data vectors that generate enormous search times as the size of the time series increases. Note if any of the data vectors form a simplex around the test vector, continue the process until the pattern library is exhausted. From the list of all simplices that were obtained, find the one with the smallest diameter.
<DD><B>4.</B>&nbsp;&nbsp;Calculate the weighted distance from the test vector to each vertex (pattern vectors) for the selected simplex.
<DD><B>5.</B>&nbsp;&nbsp;Project the simplex into the future using a selected time step, s, and then note where the points end up after's elements into the future. As previously stated, the reason for this assumption is that the projection falls off in a chaotic system, but, in the presence of noise, the projection is expected to be fairly constant. The measurement used in the projection (to indicate whether the projections fall off or not), is the correlation coefficient.
<P>The following illustrates the projection using the example already discussed. Assume that the vector (17, 13, 19) represents the test vector and (13, 19, 17), (19, 17, 11), (17, 11, 4), and (11, 4, 8) represent the vertices of the simplex obtained in step three. Then the projection for the vertex at (13, 19, 17) is (17, 13, 19). Because the x component, i.e., the 13 projects to 17 (which is in fact the next element in the original time series), the x component, i.e., the 19, projects to 13, and the x component, a 17, projects to 19. Likewise, the vector at (7, 9,4) projects to (16, 7, 9). For a time step value of 2, the projections for the vector (13, 19, 17) is (4, 17, 13) because the x component, a 13, skips to 3 forward elements in the original time series for a value of 4. The x component, a 19, projects two time elements for a value of 17, and the x component projects two time steps for a value of 13.
</P>
<DD><B>6.</B>&nbsp;&nbsp;A new projected simplex is formed using the coordinates of the projected vertices.
<DD><B>7.</B>&nbsp;&nbsp;Calculate the projected value of the test vector by using the weights previously established; calculate it as the weighted distance from the vertices of the projected simplex.
<DD><B>8.</B>&nbsp;&nbsp;Record the difference between the actual results and the projected estimate. Then repeat the above process for each of the vectors in the test series. After all of the vectors in the test series have been used, calculate the correlation coefficient.
<DD><B>9.</B>&nbsp;&nbsp;Repeat the above process for each time step. The time step starts at one and is incremented by 1 each cycle for a total of 12 cycles.
</DL>
<P><BR></P>
<CENTER>
<TABLE BORDER>
<TR>
<TD><A HREF="257-258.html">Previous</A></TD>
<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>
<TD><A HREF="261-264.html">Next</A></TD>
</TR>
</TABLE>
</CENTER>

<hr width="90%" size="1" noshade>
<div align="center">
<font face="Verdana,sans-serif" size="1">Copyright &copy; <a href="/reference/crc00001.html">CRC Press LLC</a></font>
</div>
<!-- all of the reference materials (books) have the footer and subfoot reveresed -->
<!-- reference_subfoot = footer -->
<!-- reference_footer = subfoot -->

</BODY>
</HTML>

<!-- END FOOTER -->

⌨️ 快捷键说明

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