Changes

Jump to navigation Jump to search
170 bytes added ,  03:05, July 12, 2013
+what genetic programming is
Line 3: Line 3:  
Solutions to a problem are randomly generated and then allowed to interact in a modeled environment. Various solutions can [[breed]] with each other producing new combinations, also at random intervals certain elements of the solution can randomly mutate. The fitness of any given solution to the problem is measured by a fitness function and those that are a better fit are selected for. This can either happen by increasing the rate of offspring reproduction in better solutions or by killing off solutions that perform worse.  
 
Solutions to a problem are randomly generated and then allowed to interact in a modeled environment. Various solutions can [[breed]] with each other producing new combinations, also at random intervals certain elements of the solution can randomly mutate. The fitness of any given solution to the problem is measured by a fitness function and those that are a better fit are selected for. This can either happen by increasing the rate of offspring reproduction in better solutions or by killing off solutions that perform worse.  
   −
Genetic algorithms are used in a wide subset of disciplines including: [[biology]], [[engineering]], [[medicine]] and [[chemistry]].  
+
Genetic algorithms are used in a wide subset of disciplines including: [[biology]], [[engineering]], [[medicine]] and [[chemistry]].
 +
 
 +
'''Genetic programming''' is a type of genetic algorithm where the population consists of programs whose fitness is determined by their ability to solve a given problem.
    
==See Also==
 
==See Also==
Block, SkipCaptcha, Automoderated users, edit, rollback
3,135

edits

Navigation menu