首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 利用遗传编程的概念,根据给定的训练数据来预测一个函数

利用遗传编程的概念,根据给定的训练数据来预测一个函数

资 源 简 介

This Project used Genetic Programming to arrive to a function close enough to a target function given by a training data. The program takes in Training data and generates random population of solutions(generation consists of functions/individuals). The program then evaluates the fitness (closeness) of each function to the target function (using training data). Based on those fitness values a new generation (evolution) is created using Crossover and Mutation operations on selected individuals (functions). The evolution is repeated while keeping track of the function with best fitness value until we meet a desired fitness value or meet the maximum number of generations allowed. The following are settings configurable before the run of the program: - Population size - Max depth of tree representing each function/individual - Crossover operation frequency - Mutation operation frequency - Method of Generation (Full, Grow, or Half and Half) - Method of Selection (Tournamen

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
  • 猕猴桃 3小时前 成为了本站会员

  • 11 6小时前 成为了本站会员

  • 开心快活人 9小时前 成为了本站会员

  • 晋财 10小时前 成为了本站会员

  • WYG 1天前 成为了本站会员

  • Shine 1天前 成为了本站会员

  • 柳贻 1天前 成为了本站会员

  • hallelujah_HL 1天前 成为了本站会员

  • 焦昱贺 1天前 成为了本站会员

  • Rubin 1天前 成为了本站会员

0.170251s