📄 089-090.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 for Constrained Service Provisioning</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=6//-->
<!--PAGES=089-090//-->
<!--UNASSIGNED1//-->
<!--UNASSIGNED2//-->
<CENTER>
<TABLE BORDER>
<TR>
<TD><A HREF="../ch05/085-088.html">Previous</A></TD>
<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>
<TD><A HREF="091-092.html">Next</A></TD>
</TR>
</TABLE>
</CENTER>
<P><BR></P>
<H2><A NAME="Heading1"></A><FONT COLOR="#000077">Chapter 6<BR>Genetic Algorithms for Constrained Service Provisioning
</FONT></H2>
<P><I>Phil Benjamin</I></P>
<P>Data Services Integration Division<BR>AT&T<BR>101 Crawfords Corner Road<BR>Holmdel, NJ, 07733<BR>e-mail: pmbenjamin@att.com</P>
<P><FONT SIZE="+1"><B>ABSTRACT</B></FONT></P>
<P>The focus of this chapter is an industrial decision problem involving the provisioning of services subject to a variety of constraints. Provisioning involves the allocation of generally scarce and costly resources to services subject to a variety of constraints, including both resource constraints and inter-service constraints. In addition to technical constraints on resource utilization and cost minimization, there are also often fuzzy and even contradictory criteria about the “quality” of a proposed provisioning. The approach taken here allows a dualism between satisfying soft constraints and meeting service objectives. Objectives include minimizing cost, meeting individual service objectives, and providing both service redundancy and isolation. A practical approach to this problem requires finding a “good enough” solution to a provisioning problem in a “reasonable” amount of time. A related problem is to reallocate resources when a new service is added to the collection of currently offered services. A genetic algorithm has been implemented to solve an abstraction of the problem of constrained resource provisioning. The implementation is quite general and can be used to solve a wide variety of constrained provisioning problems. This chapter discusses the approach, the implementation, and the evaluation of the approach using some sample data.
</P>
<P><FONT SIZE="+1"><B>PROBLEM FORMULATION</B></FONT></P>
<P><FONT SIZE="+1"><B><I>Problem Background</I></B></FONT></P>
<P>It is desired to offer network-based computer-telephony services to customers. A “service” in this context is generally a computer resident complex (programs, databases, links to customer-based resources, etc.) which is accessible via a telephony network and is used to provide an economic service to a customer. The services are “provisioned ”by assigning them to resident computer and telephony resources. The “provisioning problem” is to make a set of interrelated decisions about how to allocate resources to services.
</P>
<P>There are both technical and business constraints to consider in the provisioning process. On the one hand, a certain contractual commitment may be in effect which requires a certain level of service to exist. There is little latitude in meeting this constraint. On the other hand, a service may be provisioned at a level to maximize net revenue. This decision often involves “soft” market data and guesses about revenue potential, especially for new services.</P>
<P>In general, services are not provisioned independently from each other. Resource sharing may be feasible for some sets of services but others must be provisioned so that they do not share resources. This may be for contractual reasons (e.g., guaranteed service levels) or for risk minimization (i.e., “not putting all eggs in one basket”).</P>
<P>Providing a multitude of services must be done, in the short term, using existing resources. The available resource levels can be “stretched” but usually with some penalty such as excessive cost. So resources, like services, are subject to both “hard” and “soft” constraints.</P>
<P><FONT SIZE="+1"><B><I>Provisioning Procedures in Practice</I></B></FONT></P>
<P>There have been attempts to automate the provisioning of telephony services. A common problem encountered is the accumulation and access to appropriate data needed to make decisions. Much of the data needed to make provisioning decisions is surprisingly “soft”. Estimated traffic volume and patterns may be off by a factor of two or more. Usage of telephony resources should be reliable so critical services are often over-provisioned in order to (try to) guarantee a certain level of service even under adverse conditions.
</P>
<P>In practice, a great deal of experience and insight is necessary in order to make good provisioning decisions. Automated decision procedures have not had a good track record and are not widely used. Many projects use resident “provisioning experts” who have sufficient experience with past provisioning practices and “rules of thumb” that they can often make reasonable, if not optimal, provisioning decisions. A typical scenario is that a person makes an informed decision about how to provision a new service and then considerable monitoring is done after the service “goes live”, to see whether the human decision is working well. Frequently, adjustments will be made after the service is deployed. This process is often expensive and error-prone. Better provisioning approaches are needed.</P>
<P>The current effort does not attempt to model a real provisioning system due to both the magnitude and complexity of the problem. Rather, some basic ideas from genetic algorithms, as presented in Goldberg [1], are applied to the provisioning problem in order to gain an understanding of their applicability to various aspects of the provisioning process.</P><P><BR></P>
<CENTER>
<TABLE BORDER>
<TR>
<TD><A HREF="../ch05/085-088.html">Previous</A></TD>
<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>
<TD><A HREF="091-092.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 + -