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

📄 264-266.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=264-266//-->
<!--UNASSIGNED1//-->
<!--UNASSIGNED2//-->

<CENTER>
<TABLE BORDER>
<TR>
<TD><A HREF="261-264.html">Previous</A></TD>
<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>
<TD><A HREF="../ch14/269-271.html">Next</A></TD>
</TR>
</TABLE>
</CENTER>
<P><BR></P>
<P><FONT SIZE="+1"><B>PRODUCTION RUNS</B></FONT></P>
<P>The same two time series used by Sugihara and May were used in this study. The two time series were:
</P>
<DL>
<DD><B>1.</B>&nbsp;&nbsp;a tent map with parameter value 2, which is known to generate a chaotic time series [x <SUB><SMALL>t+1</SMALL></SUB> =2x <SUB><SMALL>t</SMALL></SUB> for 0&lt;x&lt;.5, x <SUB><SMALL>t+1</SMALL></SUB> =2-2x <SUB><SMALL>t</SMALL></SUB> for .5&lt;x&lt;1].
<DD><B>2.</B>&nbsp;&nbsp;a modified sine map with 50% noise [x<SUB><SMALL>t</SMALL></SUB> = sin(.5t) + N(-.5,.5)].
</DL>
<P>For each of the above maps, about 1000 time series values were generated, representing 500 pattern and 500 test points. Vectors for both of these were created using the time delay methodology described in step 2 of the section entitled: Solution Formulation. Twelve runs were made for each map, each run representing one of the twelve time steps under review. Each run produced about 500 pairs of numbers: one for the result of the fitness function (projecting the test vector into the future) and one for the true value (obtained directly from the time series). The correlation coefficient was then calculated for each run (of about 500 pairs). The results are plotted in Chart 1, with similar results from the original study by Sugihara and May plotted in Chart 2. (Note: the horizontal axis of each chart represents an increasing number of time steps, while the vertical axis represents the correlation coefficient.)
</P>
<P><FONT SIZE="+1"><B>RESULTS</B></FONT></P>
<P>Comparison of the two charts demonstrates that the application of genetic operators and the fitness function were successful in distinguishing chaotic behavior from noise. Both charts contain two graphs which behave in similar ways:
</P>
<DL>
<DD><B>a.</B>&nbsp;&nbsp;they both contain a graph (Series 1) that is fairly constant in the horizontal direction. This graph represents the results of using noisy data (i.e., the sine map with 50% noise). The reason for the fairly constant graph is that the noise is independent of the time horizon. That is, it basically has the same value across the time different time steps.
<DD><B>b.</B>&nbsp;&nbsp;they both contain a graph (Series 2) that initially has a relatively higher correlation coefficient that decreases as the time horizon increases. This graph represents the results of using chaotic data (i.e., the tent map). The fall off of accuracy (in this case the correlation coefficient) is characteristic of chaotic systems. The technical term for this drop in accuracy is called &#147;sensitive dependence on initial conditions&#148; and means that two trajectories that are initially close become very distant over time. In the runs made, the two trajectories were represented by the projected test reults (from the fitness functions) and the actual results (obtained directly from the time series). When the two trajectories were close (at time step 1), the results showed a relatively higher correlation. As the time steps grew larger, the two trajectories separated more, resulting in a lower correlation between them.
</DL>
<P>Thus, the implementation of genetic operations was successful in obtaining the same characteristic results as obtained by Sugihara and May.
</P>
<P><A NAME="Fig1"></A><A HREF="javascript:displayWindow('images/13-01.jpg',500,293)"><IMG SRC="images/13-01t.jpg"></A></P>
<P>For comparison, the results obtained by Sugihara and May are plotted in Chart 2.
</P>
<P><A NAME="Fig2"></A><A HREF="javascript:displayWindow('images/13-02.jpg',500,293)"><IMG SRC="images/13-02t.jpg"></A></P>
<P>There is, however, one important difference between the two charts. The results obtained by Sugihara and May show significantly higher levels of correlation coefficients for both maps than do the results using genetic operators. Several attempts to improve the correlation coefficients using genetic operators were made, but no appreciable improvements were obtained. These attempts included changing the parameter values of the probabilities of crossover and mutation, varying the crossover points, experimenting with numerous new operators, and increasing the embedding dimension values. In particular, experiments using a shorter coding scheme did not appear to improve the level of the correlation coefficient.
</P>
<P><FONT SIZE="+1"><B>CONCLUSION</B></FONT></P>
<P>Although numerous attempts were made to improve the correlation, the results may suggest that the benefits in using genetic operators to distinguish chaotic behavior from noise (i.e., significantly reduced search time) may come at a cost - accuracy. In some instances, this may not be acceptable. For example, when deciding to use filtering techniques, fuzzy expert systems, genetic algorithms, or some other approach to the analysis, the analyst might feel more comfortable with a higher level of accuracy. However, in other instances, it may be quite acceptable to work with a lower level of correlation. This could happen if the analyst wanted to obtain a quick understanding of the behavior of the underlying system.
</P>
<P><FONT SIZE="+1"><B>REFERENCES</B></FONT></P>
<DL>
<DD><B>1</B>&nbsp;&nbsp;Sugihara, G. &amp; May, R. (1990). Nonlinear forecasting as a way of distinguishing chaos from measurement error in time series. <I>Nature</I>, <B>344</B>, April 19, 734-741.
<DD><B>2</B>&nbsp;&nbsp;Sauer, T. (1992). Time series prediction by using delay coordinate embedding, <I>Non Linear Modeling and Forecasting</I>, edited by Casdagli and Ewbank, Sante Fe Institute, 175-195.
<DD><B>3</B>&nbsp;&nbsp;Pineda, F. &amp; Sommerer, J. (1992). Estimating generalized dimensions and choosing time delays: A fast algorithm, <I>Non Linear Modeling and Forecasting</I>, edited by Casdagli and Ewbank, Sante Fe Institute, 367-387.
<DD><B>4</B>&nbsp;&nbsp;Kantz, H. (1992). Noise reduction by local reconstruction of the dynamics, <I>Non Linear Modeling and Forecasting</I>, edited by Casdagli and Ewbank, Sante Fe Institute, 475-491.
<DD><B>5</B>&nbsp;&nbsp;Fraser, A. &amp; Dimitriadis, A. (1992). Forecasting probability densities by using hidden Markov models, <I>Non Linear Modeling and Forecasting</I>, edited by Casdagli and Ewbank, Sante Fe Institute, 265-283.
<DD><B>6</B>&nbsp;&nbsp;Gershenfeld, N. &amp; Weigend, A. (1992). The future of time series: Learning and understanding, <I>Non Linear Modeling and Forecasting</I>, edited by Casdagli and Ewbank, Sante Fe Institute, 1-71.
<DD><B>7</B>&nbsp;&nbsp;Weigend, D. &amp; Rumelhart, G. (1992). Predicting sunspots and exchange rates with connectionist networks. Non Linear Modeling and Forecasting, edited by Casdagli and Ewbank, Sante Fe Institute, 395-432.<SUP><SMALL><B>1</B></SMALL></SUP>
<BLOCKQUOTE>
<HR>
<SUP><SMALL><B>1</B></SMALL></SUP><FONT SIZE="-1">This article felt that the simplex projection method relied too heavily on the embedding dimension. Their approach to prediction is one that is not as sensitive to the embedding dimension. Theirs has &#147;an advantage over other prediction methods such as the simplex algorithm employed by Sugihara and May,&#148; (page 416).
</FONT>
<HR>
</BLOCKQUOTE>

<DD><B>8</B>&nbsp;&nbsp;Grassberger, P. and Proccacia, I. (1983). <I>Physical review of letters</I>. <B>50</B>, 346-369
</DL>
<P><BR></P>
<CENTER>
<TABLE BORDER>
<TR>
<TD><A HREF="261-264.html">Previous</A></TD>
<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>
<TD><A HREF="../ch14/269-271.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 + -