词条 | Population-based incremental learning |
释义 |
In computer science and machine learning, population-based incremental learning (PBIL) is an optimization algorithm, and an estimation of distribution algorithm. This is a type of genetic algorithm where the genotype of an entire population (probability vector) is evolved rather than individual members.[1] The algorithm is proposed by Shumeet Baluja in 1994. The algorithm is simpler than a standard genetic algorithm, and in many cases leads to better results than a standard genetic algorithm.[2][3][4] AlgorithmIn PBIL, genes are represented as real values in the range [0,1], indicating the probability that any particular allele appears in that gene. The PBIL algorithm is as follows:
Source codeThis is a part of source code implemented in Java. In the paper, learnRate = 0.1, negLearnRate = 0.075, mutProb = 0.02, and mutShift = 0.05 is used. N = 100 and ITER_COUNT = 1000 is enough for a small problem. See also
References1. ^{{Citation | last1 = Karray | first1 = Fakhreddine O. | last2 = de Silva | first2 = Clarence | title = Soft computing and intelligent systems design | year = 2004 | publisher = Addison Wesley | isbn = 0-321-11617-8}} 2. ^{{Citation | last1 = Baluja | first1 = Shumeet | title = Population-Based Incremental Learning: A Method for Integrating Genetic Search Based Function Optimization and Competitive Learning | year = 1994 | periodical = Technical Report | publisher = Carnegie Mellon University | place = Pittsburgh, PA | url = http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.61.8554 | issue = CMU–CS–94–163}} 3. ^{{Citation | last1 = Baluja | first1 = Shumeet | last2 = Caruana | first2 = Rich | title = Removing the Genetics from the Standard Genetic Algorithm | year = 1995 | publisher = Morgan Kaufmann Publishers | pages = 38–46 | url = http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.44.5424}} 4. ^{{Citation | last1 = Baluja | first1 = Shumeet | title = An Empirical Comparison of Seven Iterative and Evolutionary Function Optimization Heuristics | year = 1995 | publisher = | pages = | url = http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.43.1108}} 2 : Genetic algorithms|Articles with example Java code |
随便看 |
|
开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。