Está en la página 1de 7

96 (IJCNS) International Journal of Computer and Network Security,

Vol. 2, No. 1, January 2010

Uniform Crossover Genetic Algorithm to


Determine Base-Stock Levels in a Serial Supply
Chain
S.Narmadha1, Dr.V.Selladurai2 and G.Sathish3

1
Assistant Professor, Department of Computer Science and Engineering
Park College of Engineering and Tekhnology
Coimbatore – 641659, Tamilnadu, India
narmadhasathish@gmail.com
2
Professor and Head, Department of Mechanical Engineering
Coimbatore Institute of Technology
Coimbatore – 641014, Tamilnadu, India
3
Research Scholar
Department of Computer Science and Engineering
Anna University – Coimbatore, Tamilnadu, India

Abstract : Supply Chain Management is a rapidly evolving The inventory management problem is one of
area of interest to academics and business management maintaining an adequate supply of some item to meet an
practitioners alike with the main goal of inventory management expected pattern of demand, while striking a reasonable
because the cost of inventories in a supply chain accounts for balance between the cost of holding the items in inventory
about 30% of the value of the product. The service provided to and the penalty (loss of
the customer eventually gets enhanced once the efficient and sales and goodwill, say) of running out. The item may be a
effective management of inventory is carried out all through the
commodity sold by a store; it may be spare machine parts in
supply chain. The precise estimation of optimal inventory is
essential since shortage of inventory yields to lost sales, while
a factory; it may be railway wagons; it may be cash in the
excess of inventory may result in pointless storage costs. Thus bank to meet the customers’ demand. It is indeed surprising
the determination of the inventory to be held at various levels in to find that a very wide variety of seemingly different
a supply chain becomes inevitable so as to ensure minimal cost problems can be mathematically formulated as an inventory-
for the supply chain. The minimization of the total supply chain control problem. There are, of course, several different
cost can only be achieved when optimization of the base stock models of inventory systems. There are three types of
level is carried out at each member of the supply chain. This expenses associated with inventory systems. The relative
paper deals with the problem of determination of base-stock importance of these will depend on the specific system. They
levels in a four member serial supply chain by using Uniform are: (i) administrative cost of placing an order, called
Crossover Genetic Algorithms. reorder cost or set cost; (ii) cost of maintaining an inventory,
called inventory holding cost a carrying cost, which includes
Keywords: Supply Chain Management, Inventory
storage charge, interest, insurance, etc., a (iii) shortage cost
Optimization, Base Stock, Uniform Crossover, Genetic
is a loss of profit, goodwill, etc., when run out of stock. All
Algorithm (GA), Supply Chain Cost
the above should be optimized for efficient supply chain
management.
1. Introduction
1.1 Inventory Control in Supply Chain Management
Supply Chain Management (SCM) is an efficient
It has been stated by several people that the focus point of
management of the complete end to end process, starting
supply chain management is inventories and inventory
from the design of the product or service to the time when it
control. To transfer their focus from scheming logistical
has been sold, consumed and finally gotten rid of by the
costs to investigate supply chains [2] few food
consumer. This complete process includes product design,
manufacturers and grocers formed Efficient Consumer
procurement, planning and forecasting, production,
Response in the year 1992. The major competitive factor for
distribution, fulfillment and after sales supports.
companies focused on value creation for end consumers is
A company’s competitiveness in the global economy can be
the customer service. In general, firms hold inventory for
increased only with the aid of effective SCM. This involves
two major reasons, to lessen costs and to improve customer
complex strategic, tactical and operational decisions that
service. The inspiration for each varies as firms stabilize the
often require an in-depth understanding of industry-specific
problem of having too much inventory (which can direct to
issues, which ranges from network design to production
high costs) versus having very small inventory (which can
sourcing and from production planning and inventory
direct to lost sales) [3].
management to scheduling [1].
(IJCNS) International Journal of Computer and Network Security, 97
Vol. 2, No. 1, January 2010

The inventory management is influenced by the nature of algorithms have aided in the successful implementation of
demand, depending on whether demand is derived or solutions for a wide variety of combinatorial problems.
independent. Independent demand comes up from demand
for an end product. End products are found all through the The robustness of the Genetic algorithms as search
supply chain. A self-governing demand is uncertain, techniques have been theoretically and empirically proved
meaning that extra units or safety stock must be accepted to [9]. The artificial individual is the basic element of a GA.
guard against stock outs. While managing uncertainty, the An artificial individual consists of a chromosome and a
objective should be to minimize the inventory levels and fitness value, similar to a natural individual. The
also meet customer expectation. Supply chain coordination individual's likelihood for survival and mating is determined
can reduce the ambiguity of intermediate product demand, by the fitness function [10]. In accordance with the
in that way reducing inventory costs [3, 4]. Darwin’s principle, individuals superior to their
competitors, are more likely to promote their genes to the
1.2 Inventory Optimization in Supply Chain
next generations. In accordance with this concept, in
Management
Genetic Algorithms, a set of encoded parameters are
The effective management of the supply chain has become mapped into a potential solution, named chromosome, to the
unavoidable these days due to high expectation in customer optimization problem [11]. The population of candidate
service levels [5]. The supply chain cost was immensely solutions is obtained through the process of selection,
influenced by the overload or shortage of inventories. Thus recombination, and mutation performed in an iterative
inventory optimization has transpired into one of the most manner. [12].
important topics as far as supply chain management is
considered [6-8]. Chromosomes refer to the random population of encoded
candidate solutions with which the Genetic algorithms
Inventory Optimization [IO] application organizes the initiate with. [9]. Then the set (called a population) of
latest techniques and technologies, thereby assisting the possible solutions (called chromosomes) are generated [13].
improved inventory visibility, the enhancement of inventory A function assigns a degree of fitness to each chromosome
control and its management across an extended supply in every generation in order to use the best individual during
network. Some of the design objectives of inventory the evolutionary process [14]. In accordance to the objective,
optimization are to optimize inventory strategies, thereby the fitness function evaluates the individuals [12]. Each
enhancing customer service, reducing lead times and costs chromosome is evaluated using a fitness function and a
and meeting market demand [6-8]. Efficient management of fitness value is assigned. Then, three different operators-
the supply chain, i.e. the reduction of the costs and lead selection, crossover and mutation- are applied to update the
times and vastly enhanced responsiveness to the changing population. A generation refers to an iteration of these three
customer demands lead to an optimized inventory. operators [15]. The promising areas of the search space are
focused in the selection step. The selection process typically
2. Objectives keeps solutions with high fitness values in the population
and rejects individuals of low quality [12]. Hence, this
The supply chain cost can be minimized by maintaining
provides a means for the chromosomes with better fitness to
optimal stock levels in each supply chain member. There is
form the mating pool (MP) [13]. After the process of
a necessity of determining the inventory to be held at
Selection, the Crossover is performed.
different stages in a supply chain that will minimize the
total supply chain cost i.e., minimizing holding and 2.2 Uniform Crossover
shortage cost. The approach aims to make use of the meta In the crossover operation, two new children are formed by
heuristic algorithms like Genetic algorithm for the exchanging the genetic information between two parent
prediction of the optimal stock levels to be maintained, so as chromosomes. Multipoint crossover defines crossover points
to minimize the total supply chain inventory cost, as places between loci where an individual can be split.
comprising holding and shortage costs at all members of the Uniform crossover generalizes this scheme to make every
supply chain. The genetic algorithm is proposed that locus a potential crossover point. A crossover mask, the
considers all these factors that are mentioned hitherto such same length as the individual structure is created at random
that the analysis paves the way for minimizing the supply and the parity of the bits in the mask indicate which parent
chain cost by maintaining optimal stock levels in each will supply the offspring with which bits. This method is
supply chain member. identical to discrete recombination.
2.1 Genetic Algorithm Consider the following two individuals with 11 binary
variables each:
Genetic algorithm is a randomized search methodology
individual 1 0 1 1 1 0 0 1 1 0 1 0
having its roots in the natural selection process. Initially the
individual 2 1 0 1 0 1 1 0 0 1 0 1
neighborhood search operators (crossover and mutation) are
applied to the preliminary set of solutions to acquire
For each variable the parent who contributes its variable
generation of new solutions. Solutions are chosen randomly
to the offspring is chosen randomly with equal probability.
from the existing set of solutions where the selection
Here, the offspring 1 is produced by taking the bit from
probability and the solution’s objective function value are
parent 1 if the corresponding mask bit is 1 or the bit from
proportional to each other and eventually the aforesaid
parent 2 if the corresponding mask bit is 0. Offspring 2 is
operators are applied on the chosen solutions. Genetic
created using the inverse of the mask, usually.
98 (IJCNS) International Journal of Computer and Network Security,
Vol. 2, No. 1, January 2010

sample 1 0 1 1 0 0 0 1 1 0 1 0 maintained at different members of the chain in the


sample 2 1 0 0 1 1 1 0 0 1 0 1 upcoming periods.

After crossover the new individuals are created: The proposed methodology is aimed at determining the
offspring 1 1 1 1 0 1 1 1 1 1 1 1 amount of stock levels of the product to be maintained by
offspring 2 0 0 1 1 0 0 0 0 0 0 0 the different members of the supply chain. Also, the
methodology analyses whether the stock level of the
Uniform crossover has been claimed to reduce the bias particular product needs to be in abundance, in order to
associated with the length of the binary representation used avoid shortage of the product or needs to be held minimal in
and the particular coding for a given parameter set. This order to minimize the holding cost.
helps to overcome the bias in single-point crossover towards
short substrings without requiring precise understanding of The methodology as shown in Fig. 2 would analyze the
the significance of the individual bits in the individual’s past records very effectively and thus facilitate efficient
representation. How uniform crossover may be inventory management with the aid of Genetic Algorithm.
parameterized by applying a probability to the swapping of The analysis is initiated by the selection of valid records.
bits was demonstrated by William M. Spears [16]. The validation of records is done over the records of past
periods. The stock levels at the different supply chain
This extra parameter can be used to control the amount of members are held in the dataset for respective products. For
disruption during recombination without introducing a bias the valid record set selection, records having nil values are
towards the length of the representation used. neglected and the records having positive or negative values
The chromosome cloning takes place when a pair of are selected for the analysis. This can be done by means of
chromosomes does not cross over, thus creating off springs clustering algorithms, extraction algorithms or by any of the
that are exact copies of each parent [14]. data mining functions. Hence the extraction function results
in data sets having either positive or negative values.
The ultimate step in each generation is the mutation of The record set having positive values represents excess stock
individuals through the alteration of parts of their genes levels and the negative values represent shortage level of a
[12]. Mutation alters a minute portion of a chromosome and particular product at a particular member of the supply
thus institutes variability into the population of the chain. Then the data set is subjected to Genetic Algorithm
subsequent generation [13]. Mutation, a rarity in nature, and the various steps performed in the genetic algorithm are
denotes the alteration in the gene and assists us in avoiding discussed below.
loss of genetic diversity [12]. Its chief intent is to ensure that
the search algorithm is not bound on a local optimum [14].

3. Inventory Optimization Analysis using


Uniform Crossover Genetic Algorithm
The proposed method uses the Genetic Algorithm with
Uniform Crossover to study the stock level that needs
essential inventory control. This is the pre-requisite
information that will make any kind of inventory control
effective. In practice, the supply chain is of length n, means
having n number of members in supply chain such as
factory, distribution centers, suppliers, retailers and so on.
The exemplary supply chain taken for the implementation of
the proposed method consists of a Factory, Distribution
Center 1, Distribution Center 2 and Distribution Center 3 as
shown in Fig. 1.

Factory Distribution Distribution Distribution


Center 1 Center 2 Center 3

Figure1. Four Member Supply Chain Figure 2. Genetic Algorithm steps for the proposed
inventory management analysis
To make the inventory control effective, the most primary
objective is to predict where, why and how much of the 3.1 Generation of Individuals
control is required which is made here through the GA The randomly generated initial chromosome is created by
methodology proposed. To accomplish the same, Genetic having the stock levels within the lower limit and the upper
algorithm is used and the optimal number of units of a limit for all the contributors of the supply chain, factory and
specific product at each member of supply chain that needs the distribution centers. As known, chromosome is
to be kept in the level of control is determined on the basis constituted by genes which defines the length of the
of the knowledge of the past records. This leads to an easy chromosomes. The stock level of each member of the
estimation of the stock levels of the respective products to be chromosome is referred as gene of the chromosome. Hence
(IJCNS) International Journal of Computer and Network Security, 99
Vol. 2, No. 1, January 2010

for n length supply chain, the chromosome length is also n . 3.3 Selection
Since a 4 member supply chain is used for illustration, the The selection operation is the initial genetic operation which
length of the chromosome n is 4, i.e. 4 genes. And the is responsible for the selection of the fittest chromosome for
chromosome representation is pictured in Fig. 3. Each gene further genetic operations. The fitness function is carried out
of the chromosome is representing the amount of stock that for each chromosome and the chromosomes are sorted on
is in excess or in shortage at the respective members of the the basis of the result of the fitness function and ranked. The
supply chain. chromosome generating value as minimum as possible will
Chromosome 1 be selected by the fitness function and will be subjected
-525 53 -792 -914 further to the genetic operations, crossover and mutation.
0
3.4 Uniform Crossover
Chromosome 2 Among the numerous crossover operators in practice, a
91 80 44 36 uniform crossover is chosen in this proposed method for its
8 0 1 2 advantages. Uniform crossover is global and less biased
when compared to that of standard and one point crossover.
Figure3. Random individual generated for the genetic Uniform crossover does not select a set of crossover points.
operation It simply considers each bit position of the two parents, and
swaps the two bits with a probability of 50%. With large
These kinds of chromosomes are generated for the genetic search spaces, a GA using uniform crossover outperforms a
operation. Initially, only two chromosomes will be generated GA using one point crossover, which in turn outperforms a
and from the next generation a single random chromosome GA using two point crossover [17-18]. From the matting
value will be generated. The chromosomes thus generated is pool, two chromosomes are subjected for the uniform
then applied to find its number of occurrences in the crossover. The chromosomes initially selected as shown in
database content by using a Select count ( ) function. The Fig. 3 after undergoing uniform crossover operation
function will give the number of occurrences/ repetitions of performed in this analysis is pictured in Fig. 4. As soon as
the particular amount of stock level for the four members the crossover operation is completed, the genes of the two
Nrep that are going to be used further in the fitness function. chromosomes present get interchanged.
3.2 Evaluation of Fitness function Chromosome 1
53 77 23 36
A specific kind of objective function that enumerates the 2 2 3 6
optimality of a solution in a genetic algorithm in order to
rank certain chromosome against all the other chromosomes Chromosome 2
is known as Fitness function. Optimal chromosomes, or at 92 51 -583 -662
least chromosomes which are near optimal, are permitted to 6 8
breed and merge their datasets through one of the several Figure 4. Chromosomes after uniform crossover operation
techniques available in order to produce a new generation
that will be better than the ones considered so far. 3.5 Mutation
The fitness function is given by: The crossover operation is succeeded by the final stage of
genetic operation known as Mutation. In the mutation, a
 N rep 
f ( k ) = log1 − , k = 1, 2,3 LL , m (1) new chromosome is obtained. This chromosome is totally
 N t  new from the parent chromosome. The concept behind this
where, is the child chromosome thus obtained will be fitter than the
N rep is the number of repetitions of records of similar parent chromosome. The performance of mutation operation
is shown in Fig. 5.
stock levels that occurs throughout the period;
N t is the total number of records of inventory Before Mutation
23 77 53 36
values obtained after clustering;
3 2 2 6
m is the total number of chromosomes for which
the fitness function is calculated.
After Mutation
In the fitness function, the ratio (Nrep / Nt) plays the role 53 77 23 36
of finding the probability of occurrence of a particular 2 2 3 6
record of inventory values; and log [1- (Nrep / Nt)] will
ensure minimum value corresponding to the maximum Figure 5. Chromosome subjected to mutation operation
probability; So, the fitness function is structured to retain
the minimum value corresponding to the various As in Fig. 5 two mutation points are chosen. The
chromosomes being evaluated iteration after iteration and mutation is done on the particular gene present at the
this in turn ensures that the fitness function evolution is Mutation points. This pointing of gene is done randomly.
towards optimization. Hence, the two mutation points may point any of the four
genes.
100 (IJCNS) International Journal of Computer and Network Security,
Vol. 2, No. 1, January 2010

The process explained so far will be repeated along with The approach suggested for the optimization of inventory
the new chromosome obtained from the previous process. In level and thereby efficient supply chain management has
other words, at the end of each of the iteration, a best been implemented in the platform of LabVIEW 2009.
chromosome will be obtained. This will be included with the The stock levels for the four different members of the supply
newly generated random chromosome for the next iteration. chain, Factory 1, Distribution Center 1, Distribution Center
When the number of iterations is increased then the 2 and Distribution Center 3 from records of past period is
obtained solution moves very closer to the accurate solution. used for evaluating the performance of the genetic
More the number of iterations the more accurate the optimal algorithm.
solution will be. Eventually with the help of the Genetic A sample set of data from a large database used in the
algorithm, the best stock level to be maintained in the implementation is given in Table 1.
members of the supply chain could be predicted from the
past records, so that the loss due to the holding of excess As per the proposed analysis based on Uniform Crossover
stock level and shortage level can be reduced leading to an GA, two random initial chromosomes are generated as
optimal inventory solution. shown in Fig. 4. These initial chromosomes are subjected
for the genetic operators, Uniform Crossover and Mutation.
4. Experimental Results The resultant chromosome thus obtained after the
application of crossover and mutation is ‘532 772 233 366’.

Figure 6. Inventory Optimization tool Created in Labview 2009


(IJCNS) International Journal of Computer and Network Security, 101
Vol. 2, No. 1, January 2010

Table 1 : A sample of data sets having stock levels of 5. Discussion of Results


different members of the supply chain
The final chromosome obtained from the GA based analysis
Distributio Distributio Distributio shown in the Fig. 7 is the inventory level that has the
Factor potential to cause maximum increase of supply chain cost.
n n n
y
Center 1 Center 2 Center 3 It is inferred that controlling this resultant chromosome is
-525 530 -792 -914 sufficient to reduce the loss either due to the holding of
918 800 441 362 excess stocks or due to the shortage of stocks. By focusing
-591 -329 269 847 on the excess/shortage inventory levels and initiating
-479 -796 -548 -270 appropriate steps to eliminate the same at each member of
-591 -329 269 -507 the chain, it is possible to optimize the inventory levels in
494 392 285 761 the upcoming period and thus minimize the supply chain
-591 -329 269 269 cost. That is, the organization should take necessary steps to
372 573 -345 -367
decrease the production in the factory by 926 units of the
999 -934 108 129
product to make up for the predicted excess; decrease the
146 118 532 -573
-591 -329 269 367
inventory level by 714 units in distribution center 1 to make
-591 -329 269 403 up for the predicted excess, increase the inventory levels by
-746 721 -677 407 583 units in distribution center 2 and 662 in distribution
792 -456 837 269 center 3 respectively to make up for the predicted shortage.
-591 -329 269 686 Thus by following the predicted stock levels, we can avoid
-550 -634 158 -329 the excess/shortage inventory levels and thus the increase of
611 -295 -443 -768 supply chain cost can be avoided. The proposed approach of
497 -170 847 -278 genetic algorithm predicts the optimum stock levels of the
-992 268 -270 -758 future trend by considering the stock levels of the past data
162 969 -507 -208 for inventory optimization in supply chain management.
482 -471 761 -437
-591 -329 269 -591 The analysis extracts an inventory level that made a
remarkable contribution towards the increase of supply
Fig. 6 shows the window of the tool created for inventory chain cost and in turn enabled to predict the future optimal
optimization using uniform crossover displaying the fitness inventory levels to be maintained in all the supply chain
function, uniform crossover and its sample bit pattern, members with the aid of these levels. Therefore it is possible
iteration count, no of supply chain members, population to minimize the supply chain cost by maintaining the
size, best chromosome, fitness value and plot generated for optimal stock levels that was predicted from the inventory
the iteration value. As for our iteration value of ‘200’, the analysis, and thus making the inventory management more
resultant chromosome moved towards the best chromosome effective and efficient.
after each iterative execution. Hence at the end of the
execution of 200th iteration, best chromosome ‘926 714 -583
6. Conclusion
-662’ is obtained as shown in Fig. 7.
Inventory management is an important component of supply
92 71 -583 -662 chain management. An innovative and efficient
6 4 methodology that uses Genetic Algorithms with Uniform
Crossover to precisely determine the most probable excess
Figure 7. The final best chromosome obtained after 200th stock level and shortage level required for inventory
iteration optimization in the supply chain such that the total supply
chain cost is minimal is proposed using LabVIEW 2009.
The organization can decide about the quantum of The optimized stock level at all members of the supply chain
iterations for running the simulation to arrive at the optimal is obtained by following the proposed genetic algorithm.
solution. As long as minimization of the fitness function is Thus the proposed work gives a better prediction of stock
still possible, then the iteration continues till such a time levels amid diverse stock levels at various members of the
that no improvement in the fitness function value is supply chain. Henceforth the stock level obtained is the
noticeable. After a certain number of iterations, if the fitness optimal value that is necessary in order to determine the
function value is not improving from the previous iterations, stock levels needed to be hoarded at the holding points in
then this is an indication that the fitness function value is order to ensure minimal supply chain cost.
stabilizing and the algorithm has converged towards optimal
solution. This inference is useful for deciding the number of References
iterations for running the GA simulation as well as this may
be used as the stopping criteria for the algorithm. For [1] Sukran Kadipasaoglu, Jennifer Captain and Mark
greater accuracy, the number of iterations should be James, “Polymer Supply Chain Management”, Int. J.
sufficiently increased and run on the most frequently Logistics Systems and Management, Vol. 4, No. 2,
updated large database of past records. pp. 233-253, 2008.
102 (IJCNS) International Journal of Computer and Network Security,
Vol. 2, No. 1, January 2010

[2] King, R., and Phumpiu, P., “Reengineering the food [15] Soryani, M. and Rafat, N., “Application of Genetic
supply chain: The ECR initiative in the grocery Algorithms to Feature Subset Selection in a Farsi
industry”, American Journal of Agricultural OCR”, in Proc. of World Academy of Science,
Economics, Vol. 78, pp. 1181-1186, 1996. Engineering and Technology, Vol. 13, May 2006,
[3] Frank Dooley, “Logistics, Inventory Control, and ISSN:1307-6884.
Supply Chain Management”, CHOICES: The [16] Spears, William M. and De Jong, K.A., “On the
magazine of food, farm and resource Issues, Vol. 20, Virtues of Uniform Crossover”, 4th International
No. 4, 4th Quarter 2005. Conference on Genetic Algorithms, La Jolla,
[4] Fisher, M., “What is the right supply chain for California, July 1991.
your product?”, Harvard Business Review, Mar/Apr., [17] Syswerda, Gilbert, “Uniform Crossover in Genetic
pp. 105-116, 1997. Algorithms”, Proc. 3rd Int’l Conference on Genetic
[5] Mileff, Peter, Nehez, Karoly, “A new inventory Algorithms, Morgan Kaufman Publishing, 1989.
control method for supply chain management”, 12th [18] Riccardo Poli and Langdon, W.B., “On the Search
International Conference on Machine Design and Properties of Different Crossover Operators in
Production, 2006. Genetic Programming”, Proceedings of Genetic
[6] “Optimization Engine for Inventory Control”, White Programming’98, Madison, Wisconsin, 1998.
paper, Golden Embryo Technologies Pvt. Ltd.,
Maharastra, India, 2004.
[7] Jinmei Liu, Hui Gao, Jun Wang, “Air material
inventory optimization model based on genetic
algorithm”, Proceedings of the 3rd World Congress on
Intelligent Control and Automation, Vol. 3, pp. 1903
- 1904, 2000.
[8] Adams, C.M., “Inventory optimization techniques,
system vs. item level inventory analysis”, 2004
Annual Symposium RAMS - Reliability and
Maintainability, pp. 55 - 60, 26-29 January, 2004.
[9] Behzadi, S., Ali A. Alesheikh and Poorazizi, E.,
“Developing a Genetic Algorithm to solve Shortest
Path Problem on a Raster Data Model” in Proc. of
Journal on Applied Sciences, Vol. 8, No. 18, pp.
3289-3293, 2008.
[10] Aphirak Khadwilard and Pupong Pongcharoen,
“Application of Genetic Algorithm for Trajectory
Planning of Two Degrees of Freedom Robot Arm
With Two Dimensions”, in Proc. of Thammasat Int.
Journal on Science and Technology, Vol. 12, No. 2,
April- June 2007.
[11] Sharbafi, M.A., Shakiba Herfeh, M., Caro Lucas
and Mohammadi Nejad, A., “An Innovative Fuzzy
Decision Making Based Genetic Algorithm”, in Proc.
of World Academy of Science, Engineering and
Technology, Vol. 13, May 2006, ISSN:1307-6884.
[12] Thomas Butter, Franz Rothlauf, Jörn Grahl,
Hildenbrand Jens Arndt, Thomas Butter, Franz
Rothlauf, Jörn Grahl, Tobias Hildenbrand and Jens
Arndt, “Developing Genetic Algorithms and Mixed
Integer Linear Programs for Finding Optimal
Strategies for a Student’s Sports Activity”, in Proc. of
Research Paper on Universitat Mannheim, 2006.
[13] Qureshi, S.A., Mirza, S.M. and Arif, M., “Fitness
Function Evaluation for Image Reconstruction using
Binary Genetic Algorithm for Parallel Ray
Transmission Tomography”, International
Conference on Emerging Technologies, 2006. ICET
’06, 13-14, Nov. 2006, pp. 196 - 201.
[14] Saifuddin Md. Tareeq, Rubayat parveen, Liton
Jude Rozario and Md. Al-Amin Bhuiyan , “Robust
Face detection using Genetic Algorithm”, in
Proceedings of Journal on Information Technology,
Vol. 6, No. 1, pp. 142-147, 2007.

También podría gustarte