|
Name
|
Description
|
|
RSGAConsts
|
Defines constants and types for the Genetic Algorithms & Programming Component Library
|
|
RSGADomainXML
|
Represents namespace RSGADomainXML.
|
|
RSGenerics.GeneticProgramEngine
|
Defines the generics classes for executing a tree-based genetic program.
Genetic programming is a computer science method, inspired by evolutionary biology, for automatically solving problems, without having to know or define the form or structure of optimum problem structure beforehand. You define the basic building blocks (functions, constants, and variables) of the problem and then the component does the rest. Genetic programming solves problems by evolving a group or population of candidate individuals through successive generations, selecting fitter (or better) child individuals for each generation, until a solution is found. It uses evolutionary biology techniques such as inheritance, mutation, selection, and crossover (also called recombination).
|
|
RSGenerics.GeneticProgramming
|
Defines generics classes for adding genetic programs to your applications.
Genetic programming is a computer science method, inspired by evolutionary biology, for automatically solving problems, without having to know or define the form or structure of optimum problem structure beforehand. You define the basic building blocks (functions, constants, and variables) of the problem and then the component does the rest. Genetic programming solves problems by evolving a group or population of candidate individuals through successive generations, selecting fitter (or better) child individuals for each generation, until a solution is found. It uses evolutionary biology techniques such as inheritance, mutation, selection, and crossover (also called recombination).
|
|
RSGeneticAlgorithm
|
Defines components for adding genetic algorithms to your applications.
Genetic algorithms seek to solve optimization or search problems. They are inspired by evolutionary biology and approach the search problem as a task of evolving a group or population of candidate individuals through successive generations, selecting fitter (or better) child individuals for each generation, until a solution is found. It uses evolutionary biology techniques such as inheritance, mutation, selection, and crossover (also called recombination).
|
|
RSGeneticAlgorithmXML
|
Represents namespace RSGeneticAlgorithmXML.
|
|
RSGeneticBase
|
Defines the base classes for both genetic algorithm components and genetic programming components in the Genetic Algorithms & Programming Component Library (GACL)
|
|
RSGeneticDocumentXML
|
Represents namespace RSGeneticDocumentXML.
|
|
RSGeneticProgramming
|
Defines floating point based classes for adding genetic programs to your applications.
Genetic programming is a computer science method, inspired by evolutionary biology, for automatically solving problems, without having to know or define the form or structure of optimum problem structure beforehand. You define the basic building blocks (functions, constants, and variables) of the problem and then the component does the rest. Genetic programming solves problems by evolving a group or population of candidate individuals through successive generations, selecting fitter (or better) child individuals for each generation, until a solution is found. It uses evolutionary biology techniques such as inheritance, mutation, selection, and crossover (also called recombination).
|
|
RSGeneticProgrammingXML
|
Represents namespace RSGeneticProgrammingXML.
|
|
RSGPDomainXML
|
Represents namespace RSGPDomainXML.
|
Top
|