What is Genetic Programming?

One of the central challenges of computer science is to get a computer to do what needs to be done, without telling it how to do it. Genetic programming addresses this challenge by providing a method for automatically creating a working computer program from a high-level problem statement of the problem. Genetic programming achieves this goal of automatic programming (also sometimes called program synthesis or program induction) by genetically breeding a population of computer programs using the principles of Darwinian natural selection and biologically inspired operations. The operations include reproduction, crossover (sexual recombination), mutation, and architecture-altering operations patterned after gene duplication and gene deletion in nature.

数据挖掘工具

Genetic programming is a domain-independent method that genetically breeds a population of computer programs to solve a problem. Specifically, genetic programming iteratively transforms a population of computer programs into a new generation of programs by applying analogs of naturally occurring genetic operations. The genetic operations include crossover (sexual recombination), mutation, reproduction, gene duplication, and gene deletion.

Preparatory Steps of Genetic Programming
The human user communicates the high-level statement of the problem to the genetic programming system by performing certain well-defined preparatory steps. 数据挖掘研究院

The five major preparatory steps for the basic version of genetic programming require the human user to specify

(1) the set of terminals (e.g., the independent variables of the problem, zero-argument functions, and random constants) for each branch of the to-be-evolved program,

(2) the set of primitive functions for each branch of the to-be-evolved program,

数据挖掘论坛

(3) the fitness measure (for explicitly or implicitly measuring the fitness of individuals in the population), 数据挖掘论坛

(4) certain parameters for controlling the run, and

数据挖掘论坛

(5) the termination criterion and method for designating the result of the run.

数据挖掘实验室

Executional Steps of Genetic Programming
Genetic programming typically starts with a population of randomly generated computer programs composed of the available programmatic ingredients. Genetic programming iteratively transforms a population of computer programs into a new generation of the population by applying analogs of naturally occurring genetic operations. These operations are applied to individual(s) selected from the population. The individuals are probabilistically selected to participate in the genetic operations based on their fitness (as measured by the fitness measure provided by the human user in the third preparatory step). The iterative transformation of the population is executed inside the main generational loop of the run of genetic programming. 数据挖掘工具

The executional steps of genetic programming (that is, the flowchart of genetic programming) are as follows:

(1) Randomly create an initial population (generation 0) of individual computer programs composed of the available functions and terminals. 数据挖掘交友

(2) Iteratively perform the following sub-steps (called a generation) on the population until the termination criterion is satisfied: 数据挖掘实验室

(a) Execute each program in the population and ascertain its fitness (explicitly or implicitly) using the problem’s fitness measure. 数据挖掘交友

(b) Select one or two individual program(s) from the population with a probability based on fitness (with reselection allowed) to participate in the genetic operations in (c). 数据挖掘研究院

(c) Create new individual program(s) for the population by applying the following genetic operations with specified probabilities: 数据挖掘交友

(i) Reproduction: Copy the selected individual program to the new population.

数据挖掘交友

(ii) Crossover: Create new offspring program(s) for the new population by recombining randomly chosen parts from two selected programs.

数据挖掘工具

(iii) Mutation: Create one new offspring program for the new population by randomly mutating a randomly chosen part of one selected program.

数据挖掘交友

(iv) Architecture-altering operations: Choose an architecture-altering operation from the available repertoire of such operations and create one new offspring program for the new population by applying the chosen architecture-altering operation to one selected program.

数据挖掘研究院

(3) After the termination criterion is satisfied, the single best program in the population produced during the run (the best-so-far individual) is harvested and designated as the result of the run. If the run is successful, the result may be a solution (or approximate solution) to the problem.


数据挖掘实验室

· The home page of Genetic Programming Inc. at www.genetic-programming.com. 数据挖掘研究院

· For information about the field of genetic programming in general, visit www.genetic-programming.org

· The home page of John R. Koza at Genetic Programming Inc. (including online versions of most papers) and the home page of John R. Koza at Stanford University

数据挖掘实验室

· Information about the 1992 book Genetic Programming: On the Programming of Computers by Means of Natural Selection, the 1994 book Genetic Programming II: Automatic Discovery of Reusable Programs, the 1999 book Genetic Programming III: Darwinian Invention and Problem Solving, and the 2003 book Genetic Programming IV: Routine Human-Competitive Machine Intelligence. Click here to read chapter 1 of Genetic Programming IV book in PDF format. 数据挖掘研究院

· For information on 3,198 papers (many on-line) on genetic programming (as of June 27, 2003) by over 900 authors, see William Langdon’s bibliography on genetic programming. 数据挖掘实验室

· For information on the Genetic Programming and Evolvable Machines journal published by Kluwer Academic Publishers

· For information on the Genetic Programming book series from Kluwer Academic Publishers, see the Call For Book Proposals

· For information about the annual Genetic and Evolutionary Computation (GECCO) conference (which includes the annual GP conference) to be held on June 26–30, 2004 (Saturday – Wednesday) in Seattle and its sponsoring organization, the International Society for Genetic and Evolutionary Computation (ISGEC). For information about the annual NASA/DoD Conference on Evolvable Hardware Conference (EH) to be held on June 24-26 (Thursday-Saturday), 2004 in Seattle. For information about the annual Euro-Genetic-Programming Conference to be held on April 5-7, 2004 (Monday – Wednesday) at the University of Coimbra in Coimbra Portugal. 数据挖掘工具

 

[数据挖掘专家] [数据挖掘研究院] [数据挖掘论坛] [数据挖掘实验室]
上一篇:WHAT IS ARTIFICIAL INTELLIGENCE - Branches of AI
下一篇: WHAT IS ARTIFICIAL INTELLIGENCE - Applications of AI
最新评论共有 0 位网友发表了评论 , 查看所有评论
发表评论( 不能超过250字,需审核,请自觉遵守互联网相关政策法规。 )
匿名?
数据挖掘网站导航 数据挖掘论坛导航
  • 数据挖掘工具
  • 数据挖掘论坛
  • DataCruncher - Cognos
  • MineSet - MathSoft
  • Intelligent Miner - GainSmarts
  • Sqlserver - SAS - Clementine
  • CART - Weka - WizSoft
  • NeuroShell - ModelQuest
  • data mining tools - Darwin
  • 数据挖掘交友
  • 数据挖掘博客
  • 数据挖掘工具
  • 数据挖掘资源
  • 数据挖掘技术算法
  • 数据挖掘相关期刊、会议
  • 研究院联盟合作专区
  • 数据挖掘基础与相关技术
  • 数据挖掘厂商与就业
  • 数据挖掘研究者乐园
  • 知名厂商数据挖掘工具资料
  • 国内数据挖掘实验室
  • Foreign Data Mining Lab
  • 热点关注
  • 模式识别的经典算法之一,动态聚类的k均值
  • 【转帖】人工智能语言--PROLOG
  • 支持向量机方法,用matlab实现,用于分类检
  • 陆振波博士对四种SVM工具箱的使用要点一文
  • 推荐人工智能、模式识别、神经网络实验室网
  • 复旦大学的机器学习讲义!
  • 基于meanshift的简单目标跟踪程序matlab代
  • PCA人脸识别代码
  • 一个非常好的SVM特征选择课件
  • 模式识别中运用ICA进行特征提取的matlab代
  • 论坛最新话题
  • Foundations of Statistical Natural Langu
  • Game Theory meet Data Mining: A Recent P
  • System Building: How does it help or hin
  • 数据挖掘与Clementine培训
  • 新手报到
  • 求 SASEM 客户流失预测分析
  • 数据挖掘工程师/搜索研究院—北京——无线
  • 数据挖掘入门介绍(如何着手数据挖掘)
  • Information Overload Survey Results
  • The INEX 2005 Workshop on Element Retrie
  • 相关资讯
  • Biologically Inspired Artificial Intelli
  • 酷讯老大要套现,旅游副总不到三月被迫离职
  • Google拼音剑指微软
  • 韩国起草机器人道德宪章 防人与机器人相互
  • 人工智能研发迈入新阶段
  • Sources of Information about the Field o
  • WHAT IS ARTIFICIAL INTELLIGENCE - Appli
  • WHAT IS ARTIFICIAL INTELLIGENCE - Branch
  • WHAT IS ARTIFICIAL INTELLIGENCE - Basic
  • 人工智能概述
  • 数据挖掘实验室资料
  • 数据挖掘博客地址
  • 数据挖掘实验室网站地址
  • Prepare for Medicare audits by using dat
  • 注册成为SAS用户与爱好者俱乐部会员
  • 水南梅
  • 明日烟
  • 新人报道
  • 下载
  • 厦门服务器托管,450元/月—0592-5177319 高
  • 买空间送域名--0592-5177319 高静