2005
03
16
Genetic algorithm utility library (GAUL)
Though maybe you’ve known this, for many of you who are looking for a customizable GA library, here’s another choice. GAUL is an open source programming library, released under the GNU general public license (GPL). It comes with a bunch of different search algorithms, including hill climbing, tabu search, simulated annealing, simplex search, steepest ascents. So you can use it to compare the performance between different algorithms or try some hybridization.
Posted by admin on March 16th, 2005 under Illigal-blogging
Comments: none
Write a comment