The present invention relates to genetic algorithms, applied in the physical world to provide solutions to non-deterministic problems involving a variety of physical constraints, e.g. limitations on physical attributes such time, distance, space, linear dimensions, thermodynamic and chemical properties.
Although modern genetics as a science is almost two hundred years old, it has only been over the past forty years, along with the emergence and development of computer technology that evolutionary computation has developed. This technology involves the observation of information processing principles in nature that are then transformed into computational algorithms usable in computers for problem solving.
One significant area in the development of such algorithms has been genetic algorithms derived from the evolutionary sciences. Extensive genetic algorithms have been developed for use on the computer in the determination of genetic heritage and evolution, e.g. survival of the fittest: the genetic rise of well adapted organisms surviving in a potentially adverse environment.
With the extensive body of algorithms developed and attendant mathematics for the genetic and hereditary sciences, it followed that the art would try to take advantage of these developed computer algorithms in mathematically analogous technologies. As a result, the genetic algorithm technology has emerged. In this heuristic approach, data elements are treated as equivalent to genes in nature. Individual solutions are represented by alphanumeric character strings (chromosomes), most simply by strings of bits in genetic algorithms. All of the individuals or individual solutions in each generation are allowed to mathematically reproduce in an operation involving a predetermined combination of crossovers, mutations, as well as minor variations involving only minor incremental changes in the individual bits (genes) in the resulting individual solution. All of the individuals of the resulting generation are then evaluated by a fitness function. Then, dependent on whatever parameters may be selected for the replacement of the generations, a subset of parents and offspring form the population for the next reproduction or regeneration. In a basic genetic algorithm, the complete offspring may be used for the next generation, i.e. total generation replacement. In the present applications, the offspring and the parents, or the offspring alone are ranked by a fitness formula or function to provide fitness values, and only a selected percentage of the offspring are moved into the next generation. Of course, how effective the method is depends on how effectively the objective of the genetic algorithm is encoded in the fitness function. In any event, after a number of generations or iterations, the population will hopefully consist of the best adapted individual solutions in terms of the fitness function. In the application of genetic algorithms as described above, it is customary to equate and represent each possible solution as a different chromosome (bit string) and each physical limitation or constraint to the solution as a gene (bit) in the string.
In this environment it is, of course, the objective to move as high a number of the best solutions (chromosomes) into each successive generation. However, dependent on whatever parameters may be selected for the replacement of the generations, sooner or later, it can happen that good individuals (solutions) may die out because they pair with inferior individuals (solutions). In order to offset this result, it has been considered to discard those solutions (chromosomes) the fitness function of which did not change after a number, i.e. 50, of iterations or generations during which such solutions existed, i.e. were not discarded.
The present invention provides for a modification wherein the effectiveness of the genetic algorithm may be enhanced by periodically changing the combination or set of genetic operators during the genetic algorithm operation and before selecting the final solution.
Accordingly, in a computer controlled genetic algorithm method for providing non-deterministic solutions involving physical constraints comprising the steps of: generating an existing population of N solutions (chromosomes) to a problem, each solution (chromosome) including a set of values for a predetermined number, M, of said physical constraints (genes); regenerating a next generation from said initial population by reproducing a percentage, P, of the N, i.e. (P=% N) solutions through the application of a set of genetic operators to said N solutions (chromosomes); a percentage often selected is N/2 or 50%. Then a weighted fitness function to said P solutions to fail and thereby discard a predetermined number of said P solutions. The undiscarded solutions may be added to a number of existing solutions to provide the next generation of solutions, and after a plurality of said regenerations, the solution having the highest fitness function value is selected. The present invention provides an improvement that comprises keeping a count of the number of these regenerations that each existing solution, e.g. a solution that is undiscarded, and changing said set of genetic operators applied to each existing solution after at least one predetermined number of regenerations have been counted for any solution. It should be noted that the set of genetic operators that determines the number and or the percentage of the offspring P solutions that will pass or fail includes the following parameters: A) the ratios of crossovers, mutations and minor variations set to show up in the next generation; and B) the value levels of the fitness function that determines the numbers of next generation or offspring solutions are discarded, and how many are retained in the next generation.
For best results, a sufficient number of existing solutions are added to the undiscarded solutions to provide a next generation population of N solutions. According to another aspect of the invention, the undiscarded solutions are added to a plurality of other undiscarded solutions to provide a next generation population of solutions.
Also, the set of genetic operators applied to each solution may be changed a plurality of times, each after respective predetermined numbers of a said plurality of said counts. The set of genetic operators conventionally includes a % of N mutations and a % of N crossovers. The set of genetic operators also includes the value level of the fitness function determining the number of said P solutions. Also, the second or changed set of genetic operators includes a changed value of said fitness function determining the number of said P solutions.
The deterministic solution of this invention may involve linear constraints including spatial relations, time and distance constraints and thermodynamic constraints.
The present invention will be better understood and its numerous objects and advantages will become more apparent to those skilled in the art by reference to the following drawings, in conjunction with the accompanying specification, in which:
There is a considerable amount of published background art of the application of genetic algorithms to analogous real world problems that do not have deterministic solutions, and that are subject to physical constraints including constraints of time and distance, thermodynamics and a variety of linear constraints, particularly spatial relations. A basic compilation of genetic algorithm technology may be found in the paper, Genetic Algorithms, published in 1998, by Marek Obitko, Czech Technical University or on the Web. Web.
Another publication dealing with linear constraints in genetic algorithms is: An Evolutionary Algorithm for Solving the Geometrically Constrained Site Layout Problem, H. Harmanani et al., Lebanese American University, PO Box 36, Byblos Lebanon, and available from the University or the Web.
This last publication also recognizes that the “chromosomes” representing the respective possible solutions do age, and recommends that solutions (chromosomes), the fitness function value of which did not change after 50 iterations (generations), should be discarded.
From the variety of physical solutions to which genetic algorithms may be applied, an illustrative example has been chosen as shown in
However, before describing the illustrative example of
Returning now to
Now, continuing to use the physical embodiment of
Next, step 62, a weighted fitness function is applied to the resulting N/2 so as to fail a predetermined number or percentage of the N/2 solutions of this next generation. The weight or score that determines the pass/fail could score such factors as whether each box in the solution fits within the airplane cargo hold dimensions. For such an attribute, each solution would be weighted or scored by how far off the solution was from the ideal value for the attribute. For example: 100 points should be given if all boxes fit inside of the cargo hold, with 100-n points for all solutions outside of the ideal dimensions (one point would be subtracted for each box outside of the cargo hold).
At this point, step 63, the fitness function score could be applied to discard the failed solutions. Also, the generation count for each remaining solution is incremented by one. For purposes of the present example, let us assume that the failed solutions are a fraction of the N/2 solutions resulting in this next generation. There are many approaches for maintaining the existing population of solutions after the creation of a next generation. In the example of this invention, a number of existing solutions is added to the passed and retained solutions sufficient to provide an existing population of N solutions in this next generation, step 64.
Then, step 65, steps 61 through 64, are repeated for each next generation while a count of the generations is maintained. In carrying out this process, provision is made, step 66, for changing the initial set of genetic operators being applied at one or more predetermined generation counts. In the present example, the initial set of genetic operators is changed twice: when the generation count is less than 20, all N/2 solutions in the offspring or next generation are kept and not discarded; between a count 20 and 50 generations, all solutions with a fitness function value of less than 95 points are discarded; and with a generation count greater than 50, all solutions with a fitness function value of less than 100 points are discarded.
In any event, step 67, there is a continued repetition of steps 61 through 65. The number of failures in each new generation is monitored, step 68, and when the number of failures is reduced to below a predetermined failure level, the process is considered to be stabilized and the solution resulting in the stable environment is the best solution. In our example, the iterating of generations is stopped when let us say 10% of the next generation has reached 100 points or better. At this point, the best solution, i.e. the solution wherein the cargo hold holds the greatest number of boxes, is chosen.
Now, with reference to the flowchart of
While the illustration describes a single change in operators applied in the age or generation count of a particular level, it will be understood that there may be several levels in the life of a particular solution with the final level being “discard” level wherein a solution is discarded when it has reached “old age” without significant advance.
Although certain preferred embodiments have been shown and described, it will be understood that many changes and modifications may be made therein without departing from the scope and intent of the appended claims.
Number | Name | Date | Kind |
---|---|---|---|
5148513 | Koza et al. | Sep 1992 | A |
5319781 | Syswerda | Jun 1994 | A |
5557533 | Koford et al. | Sep 1996 | A |
5742738 | Koza et al. | Apr 1998 | A |
6058385 | Koza et al. | May 2000 | A |
6327582 | Worzel | Dec 2001 | B1 |
6366931 | Borowsky et al. | Apr 2002 | B1 |
6526420 | Borowsky et al. | Feb 2003 | B2 |
6532453 | Koza et al. | Mar 2003 | B1 |
6622126 | McArdle et al. | Sep 2003 | B1 |
6625760 | Man et al. | Sep 2003 | B1 |
6662167 | Xiao | Dec 2003 | B1 |
6665027 | Gunn et al. | Dec 2003 | B1 |
6754594 | Henry et al. | Jun 2004 | B2 |
6758102 | Henry et al. | Jul 2004 | B2 |
6766497 | Anderson | Jul 2004 | B2 |
6785662 | Guy et al. | Aug 2004 | B1 |
6917887 | Henry et al. | Jul 2005 | B2 |
6917926 | Chen et al. | Jul 2005 | B2 |
6937774 | Specht et al. | Aug 2005 | B1 |
6988076 | Ouimet | Jan 2006 | B2 |
6996342 | Park et al. | Feb 2006 | B2 |
6996550 | Wang et al. | Feb 2006 | B2 |
7020617 | Ouimet | Mar 2006 | B2 |
7054795 | Aves | May 2006 | B1 |
7087901 | Ambuel | Aug 2006 | B2 |
7117096 | Luo et al. | Oct 2006 | B2 |
7124646 | Henry et al. | Oct 2006 | B2 |
7136761 | Henry et al. | Nov 2006 | B2 |
7162008 | Earl et al. | Jan 2007 | B2 |
7218924 | McArdle | May 2007 | B2 |
7274332 | Dupray | Sep 2007 | B1 |
7283993 | McArdle | Oct 2007 | B2 |
7298327 | Dupray et al. | Nov 2007 | B2 |
7313463 | Herr et al. | Dec 2007 | B2 |
7315786 | Dahiyat et al. | Jan 2008 | B2 |
7366719 | Shaw | Apr 2008 | B2 |
7379822 | Dahiyat et al. | May 2008 | B2 |
7395195 | Suenbuel et al. | Jul 2008 | B2 |
7404336 | Henry et al. | Jul 2008 | B2 |
20030018595 | Chen et al. | Jan 2003 | A1 |
20030172043 | Guyon et al. | Sep 2003 | A1 |
20040044633 | Chen | Mar 2004 | A1 |
20040139041 | Grichnik | Jul 2004 | A1 |
20040143524 | Hilton | Jul 2004 | A1 |
20050246297 | Chen et al. | Nov 2005 | A1 |
20060080268 | Afeyan et al. | Apr 2006 | A1 |
20060200436 | Zhou et al. | Sep 2006 | A1 |
20070112824 | Lock et al. | May 2007 | A1 |
Number | Date | Country | |
---|---|---|---|
20070112698 A1 | May 2007 | US |