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

📄 001-003.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:Genetic Algorithms in the Engineer's Toolbox</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=1//-->
<!--PAGES=001-003//-->
<!--UNASSIGNED1//-->
<!--UNASSIGNED2//-->

<CENTER>
<TABLE BORDER>
<TR>
<TD><A HREF="../ewtoc.html">Previous</A></TD>
<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>
<TD><A HREF="003-005.html">Next</A></TD>
</TR>
</TABLE>
</CENTER>
<P><BR></P>
<H2><A NAME="Heading1"></A><FONT COLOR="#000077">Chapter 1<BR>Genetic Algorithms in the Engineer&#146;s Toolbox
</FONT></H2>
<P><I>Charles L. Karr<BR>L. Michael Freeman</I></P>
<P>Department of Aerospace Engineering and Mechanics<BR>University of Alabama<BR>Box 870280<BR>Tuscaloosa, AL 35487-0280<BR>e-mail: ckarr&#64;coe.eng.ua.edu and mfreeman&#64;coe.eng.ua.edu</P>
<P><FONT SIZE="+1"><B>ABSTRACT</B></FONT></P>
<P>Genetic algorithms (GAs) are computer-based search techniques patterned after the genetic mechanisms of biological organisms which have allowed such organisms to adapt and flourish in changing, highly competitive environments for millions of years. These robust genetic algorithms have been successfully applied to problems in a variety of fields of study, and their popularity continues to increase due to their effectiveness, their applicability, and their ease of use. This chapter provides an overview of genetic algorithms including a brief history that indicates GAs have made the leap from their origins in the laboratory and the halls of academia to the practicing engineer&#146;s toolbox. The GA applications presented in subsequent chapters are meant to serve as a testament to this idea. Each chapter describes a project completed by a graduate student as an assignment for a semester course offered at The University of Alabama. The current chapter describes The University of Alabama course, and lays a foundation for the rest of the book.
</P>
<P><FONT SIZE="+1"><B>INTRODUCTION</B></FONT></P>
<P>Almost from the beginning of the computer age, researchers have been interested in developing computers that demonstrate the adaptive capabilities of natural organisms. Early computer scientists such as Alan Turing and John von Neumann were interested in developing what is commonly referred to today as artificial intelligence: machines (computers) capable of understanding, adapting to, and controlling the environments in which they exist and function. Many of these early pioneers had backgrounds in biology, psychology, and medicine, and thus looked to natural systems as guides in the pursuit of their goals. Over the years, these efforts have produced techniques and systems of varying effectiveness, complexity, and popularity such as expert systems, neural networks, fuzzy logic, adaptive agents, and evolutionary systems.
</P>
<P>Today, computer methods inspired by biological evolution are grouped under the umbrella of a field called <I>evolutionary computation</I>. The three main elements of evolutionary computation are</P>
<DL>
<DD><B>1.</B>&nbsp;&nbsp;evolution strategies [1],
<DD><B>2.</B>&nbsp;&nbsp;evolutionary programming [2], and
<DD><B>3.</B>&nbsp;&nbsp;GAs [3].
</DL>
<P>Each of these three techniques mimic the processes observed in natural evolution, and provide efficient search engines by evolving populations of candidate solutions to a given problem. These techniques have proven to be effective in solving difficult problems from a wide range of disciplines including economics [4], engineering [5], medicine [6], and chemistry [7], to name a few. GAs are generally thought to be the most prominent technique in the field of evolutionary computation.
</P>
<P>GAs utilize an iterative approach to solving search problems. They are population-based search techniques that rely on the information contained in a broad group of candidate solutions to solve the problem at hand. This population-based search distinguishes GAs from traditional point-by-point search routines. The strength of GAs lies in their ability to implicitly identify the inviting properties associated with potential solutions, and to produce subsequent populations of candidate solutions which contain new combinations of these fertile characteristics as derived from candidate solutions in preceding populations.</P>
<P>GAs code the requisite information for a solution to a given problem in strings called <I>chromosomes</I>. Each chromosome can be decoded, according to a user defined mapping function, yielding specific values for each of the important parameters being sought. Coding schemes can vary dramatically from one GA application to the next, and in fact, have themselves undergone somewhat of an evolution. In early GA applications, most coding schemes were designed to produce chromosomes that were bit-strings consisting of concatenated binary sub-strings designed to represent the individual parameters necessary to form a solution to a particular problem. More recently, researchers have moved toward coding schemes which represent the various solution parameters with floating point chromosomes, resulting in chromosomes that bear a striking resemblance to arrays common to most computer languages. For many GA novices, it is this coding of the problem into chromosomes that represents the most difficult conceptual hurdle. However, once a potential GA user has been exposed to some GA applications, it is not long until said user is able to develop imaginative and effective coding schemes for a particular problem. The coding scheme plays a key role in the ultimate success or failure of a GA application.</P>
<P>The potential solution represented by each chromosome in the population of candidate solutions is evaluated according to a fitness function which is synonymous with the objective function of traditional optimization: a function that quantifies the quality of a potential solution. This fitness function is used in the implicit identification of high-quality values of the individual solution parameters, and the goal of the GA is to either maximize or minimize the fitness function of the strings in a generation depending on the specific problem. The fitness function ultimately determines which chromosomes are selected to propagate their parameter values through subsequent generations. Like the coding scheme, the fitness function plays a key role in the GA&#146;s success (or failure) in any given problem. It has been said that a GA will find what it is told to look for as represented by the fitness function defined. Thus, as the old adage goes, &#147;be careful what you ask for, you just may get it.&#148;</P><P><BR></P>
<CENTER>
<TABLE BORDER>
<TR>
<TD><A HREF="../ewtoc.html">Previous</A></TD>
<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>
<TD><A HREF="003-005.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 + -