📄 339-341.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:Simulation of an Artificial Eco-System Using Genetic Algorithms</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=18//-->
<!--PAGES=339-341//-->
<!--UNASSIGNED1//-->
<!--UNASSIGNED2//-->
<CENTER>
<TABLE BORDER>
<TR>
<TD><A HREF="../ch17/337-338.html">Previous</A></TD>
<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>
<TD><A HREF="341-343.html">Next</A></TD>
</TR>
</TABLE>
</CENTER>
<P><BR></P>
<H2><A NAME="Heading1"></A><FONT COLOR="#000077">Chapter 18<BR>Simulation of an Artificial Eco-System Using Genetic Algorithms
</FONT></H2>
<P><I>Steve Wand</I></P>
<P>sewand@amp.com
</P>
<P><FONT SIZE="+1"><B>ABSTRACT</B></FONT></P>
<P>Each species that exists on this planet is the product of millennia of natural selection. Competition for finite resources has produced varied species, many of which exhibit specialized behavior that allows them to survive. Genetic algorithms acting upon a randomly chosen population, and competing for finite resources should produce a near-maximal biomass, with several distinct species exploiting different levels of the biosystem. Utilizing reproduction, crossover, mutation, and niching operators, the coding scheme could preserve diversity in predator/prey populations and mass, while maximizing biomass and sensory performance within the population, particularly in a static environment. This chapter describes an investigation in which a genetic algorithm is used to simulate an artificial environment in which various species compete with one another.
</P>
<P><FONT SIZE="+1"><B>INTRODUCTION</B></FONT></P>
<P>Darwin’s theory of evolution concludes that natural selection is the key factor in the origin of species. Within species, an individual that reproduces passes on its genetic characteristics. Individuals that possess ‘favorable’ traits are more likely to survive, hence future generations increasingly exhibit ‘favorable’ traits. Given time, a population’s characteristics can diverge significantly from their original makeup. Examining the machinery of natural selection can lead to a keener appreciation of complex interactions that shape life. Because genetic algorithms are based upon the mechanisms of reproduction, they provide a clear analogy to how real populations can evolve over successive generations.
</P>
<P>Field observations yield glimpses of natural selection’s capacity to produce populations that fully exploit their environment. In the real world, this process takes millennia. A simulated ecosystem, with a diverse initial population, offers a means to view the effects of evolution over hundreds or thousands of generations. The recombination of individuals via a genetic algorithm provide an elegant means of rewarding variations that maximize their environment.</P>
<P>This chapter will examine a simulated ecosystem of herbivores and carnivores. Each individual will have several characteristics that shall determine the relative success or failure of each organism within the environment. The GA operators of reproduction, crossover, mutation, and niching will operate on a multi-parameter coding. Organisms that can successfully adapt to their environment will be favored within the reproductive pool. ‘Winning’ populations will have the greatest increase in mass (numbers * size), with the population existing near the ideal carrying capacity of the environment.</P>
<P><FONT SIZE="+1"><B>LITERATURE REVIEW</B></FONT></P>
<P>There have been numerous works published on simulated organisms and ecosystems. Mechanisms of cell chemistry were examined by Rosenberg [1], which simulated enzyme reactions using genetic algorithm-like operators. The Avida simulated ecosystem shows support for the punctuated equilibrium view of evolution, as opposed to a more Darwinian gradual model of evolution [2].
</P>
<P>An artificial life program called Tierra is used to model both small and large scale ecosystems. Tierra utilizes genetic algorithms to simulate evolutionary change[3]. The Tierra system creates a diverse population of organisms, but does not optimize resources by the population as a whole. To examine this problem, it is useful to look at models of population interaction. Two primary engines of ecological change are predation and competition. Ten components of functional response to prey and predation [4] are:</P>
<DL>
<DD><B>1)</B> The role of successful search
<DD><B>2)</B> Time of exposure
<DD><B>3)</B> Handling time (time taken to eat)
<DD><B>4)</B> Hunger
<DD><B>5)</B> Learning by predator
<DD><B>6)</B> Inhibitions of prey
<DD><B>7)</B> Exploitation
<DD><B>8)</B> Interference between predators
<DD><B>9)</B> Social facilitation
<DD><B>10)</B> Avoidance learning by prey
</DL>
<P>Each factor has sub-factors. For instance, successful search involves sensory facility, reaction distance, speed of predator, speed of prey, and capture success. Relationships are drawn between density of predators, density of resources, probability of attack, time spent in attack, expected gain, and number of attacks to derive a success ratio of predation. Smith [5] draws the conclusion that species that spend most of their time searching for food that takes little effort to capture, will be generalists (e.g., hyenas), while species that have abundant prey that takes much effort to capture will be specialists (e.g., cheetahs). Specialization leads to speciation. Sub-populations which converge at multiple ‘peaks’ along the spectrum of the initial population will eventually stop sharing genetic information with other sub-populations.
</P><P><BR></P>
<CENTER>
<TABLE BORDER>
<TR>
<TD><A HREF="../ch17/337-338.html">Previous</A></TD>
<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>
<TD><A HREF="341-343.html">Next</A></TD>
</TR>
</TABLE>
</CENTER>
<hr width="90%" size="1" noshade>
<div align="center">
<font face="Verdana,sans-serif" size="1">Copyright © <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 + -