Login   Register  
PHP Classes
elePHPant
Icontem

Class: GA

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Rafael Pinto  >  GA  >  Download .tar.gz .zip  >  Support forum Support forum (1)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: GA
Base name: ga
Description: Generic genetic algorithms base implementation
Related classes: , , , , , , ,
Version: -
PHP version: -
License: GNU General Public License (GPL)
All time users: 2813 users
All time rank: 1081
Week users: 6 users
Week rank: 639
Picture of Rafael Pinto
Author: Rafael Pinto <e-mail contact>
Packages: 4 Browse this author's classes Browse this author's classes
Country: Brazil Brazil - PHP jobs in Brazil
Age: 29
All time rank: 26421 in Brazil Brazil
Week rank: 422 Down31 Down in Brazil Brazil
Innovation award
Innovation award
Nominee: 2x

Winner: 1x


  Detailed description  
This class implements base methods to apply genetic algorithms to arbitrary subjects.

Its functions can be call instantiating a class object or called static methods.

The class can perform several types of generic algorithm operations like crossover, mutation, selection and death over populations of any objects of the same class.

It can be used as a base implementation of genetic algorithms to solve many types of problems on which the best solution may be found through natural selection.

 

  Groups  
Group folder image Algorithms Numerical and statistical algorithms View top rated classes
Group folder image Artificial intelligence Automation of tasks using human-like intelligence View top rated classes

  Rate classes User ratings   Applications   Related links   Files Files  

  Innovation Award  
PHP Programming Innovation award winner
September 2005
Winner
Genetic Algorithms are computing algorithms used to find approximate solutions to optimization problems. These problems consist in determining sequences of data that may provide better results depending on the order of the data elements.

The genetic algorithms are inspired in the evolutionary biology theories that determine that on each generation the individuals tend to evolve and address better the problems that challenge their survival.

Evolution happens after performing slight mutations to the chromosome sequence of the individuals of the current generation. The best fit individuals will survive and become the origin of the next generation.

In computing genetic algorithms can be used to optimize solutions for problems like job scheduling, artificial intelligence for computer operated game characters, compact file storage, etc..

This class can be used as a framework to implement PHP applications that can benefit of the use of genetic algorithms.

Manuel Lemos

  User ratings  
Ratings
Utility
Consistency
Documentation
Examples
Tests
Videos
Overall
Rank
All time:
Sufficient (75.0%)
Good (91.7%)
-
Good (83.3%)
-
-
Not sure (55.0%)
1143
Month:
Not yet rated by the users

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.

  Related links  
Link Description
Genetic Algorithms Genetic Algorithms
Introduction to Genetic Algorithms Introduction to Genetic Algorithms
The Genetic Algorithms Archive The Genetic Algorithms Archive

  Files folder image Files  
File Role Description
Plain text file ga.php Class GA Class
Plain text file gaExample1.php Example GA Example 1
Plain text file gaExample2.php Example GA Example 2

Download all files: ga.tar.gz ga.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.