admin管理员组

文章数量:1391987

I'm searching PHP or JavaScript open source code of basic Genetic Algorithm (or any other evolutionary algorithm). Google has provided C++ and Java libraries. But I'm sure that PHP and JavaScript analogues should also exist due to high popularity of this algorithm. So, I appreciate any useful web-link.

I'm searching PHP or JavaScript open source code of basic Genetic Algorithm (or any other evolutionary algorithm). Google has provided C++ and Java libraries. But I'm sure that PHP and JavaScript analogues should also exist due to high popularity of this algorithm. So, I appreciate any useful web-link.

Share Improve this question asked Aug 26, 2012 at 12:06 You KuperYou Kuper 1,1137 gold badges19 silver badges38 bronze badges 1
  • I doubt that PHP or JavaScript would be a good choice for such heavy algorithms. – Niko Commented Aug 26, 2012 at 12:12
Add a ment  | 

2 Answers 2

Reset to default 5

I am not sure but i found some good example try it.

Example 1:-

A "Hello World!" Genetic Algorithm Example in PHP

This is a hello world example genetic algorithm example written in php. You can use the same algorithm to build useful applications.

See below url:-

http://www.bekirdag./tr/php_mysql/a_hello_world_genetic_algorithm_example_in_php.html

Example 2:-

Genetic Algorithm Traveling Salesperson PHP

see below URL:-

http://thomashunter.name/blog/genetic-algorithm-traveling-salesperson-php/

I've successfully used this class (http://www.phpclasses/package/2567-PHP-Generic-genetic-algorithms-base-implementation.html) in an old project. With a little tweaking you can achieve a lot of genetic algorithm operations easily.

Note: you need to be registered to download the files.

本文标签: PHP or JavaScript open source code of basic Genetic AlgorithmStack Overflow