Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.170 Times

Evolutionary Algorithm freeware
Filter: All | Freeware | Demo
 

Evolutionary Algorithm

1 2 3 4 5 > 
Added: August 19, 2013 | Visits: 542

Multi-Objective Optimizaion using Evolutionary Algorithm Conventional optimization algorithms using linear and non-linear programming sometimes have difficulty in finding the global optima or in case of multi-objective optimization, the pareto front. A lot of research has now been directed towards evolutionary algorithms (genetic algorithm, particle... Platforms: Matlab

License: Freeware Size: 368.64 KB Download (54): Multi-Objective Optimizaion using Evolutionary Algorithm Download

Added: May 20, 2013 | Visits: 524

Differential Evolution This contribution provides functions for finding an optimum parameter set using the evolutionary algorithm of Differential Evolution. Simply speaking: If you have some complicated function of which you are unable to compute a derivative, and you want to find the parameter set minimizing the... Platforms: Matlab

License: Freeware Size: 81.92 KB Download (44): Differential Evolution Download

Released: October 07, 2012  |  Added: October 07, 2012 | Visits: 420

JCLEC JCLEC is a tool designed for Evolutionary Computation (EC) research, that was developed using the Java programming language. JCLEC was built in order to provide a high-level software environment to do any kind of Evolutionary Algorithm (EA). The tool offers support for genetic algorithms... Platforms: Windows

License: Freeware Download (45): JCLEC Download

Added: August 15, 2010 | Visits: 838

Acovea/GTK Acovea/GTK project is a GTK-based graphical front end for the Acovea (Analysis of Compiler Options via Evolutionary Algorithm) optimization engine. The Acovea engine ships with a command-line driver named runacovea. I like command-line utilities, and probably spend as much time at the prompt as... Platforms: *nix

License: Freeware Size: 409.6 KB Download (107): Acovea/GTK Download

Released: August 21, 2012  |  Added: August 21, 2012 | Visits: 383

MicroGP MicroGP is designed as a computational approach for autonomously pursuing a goal defined by users. To this end, candidate solutions for the given task are repeatedly modified, evaluated and enhanced. MicroGP is an evolutionary algorithm since the alteration process mimics some principles of... Platforms: Windows

License: Freeware Download (431): MicroGP Download

Released: November 22, 2012  |  Added: November 22, 2012 | Visits: 392

Opt4J Java framework for applying meta-heuristic (multi-objective) optimization algorithms like an Evolutionary Algorithm, Particle Swarm Optimizer, Differential Evolution, or Simulated Annealing to arbitrary optimization problems.(visit: http://www.opt4j.org) Platforms: Windows, Mac, Linux

License: Freeware Size: 2.05 MB Download (56): Opt4J Download

Added: November 20, 2010 | Visits: 1.275

Evocosm Evocosm is a C++ Framework for Evolutionary Computing library. Evocosm is a set of classes that abstract the fundamental components of an evolutionary algorithm. Ill list the components here with a bit of introduction; you can review the details of the classes by downloading the code archives... Platforms: *nix

License: Freeware Size: 348.16 KB Download (95): Evocosm Download

Added: February 01, 2010 | Visits: 1.386

Acovea Acovea implements a genetic algorithm for finding the "best" options for compiling programs with the GCC C and C++ compilers. ACOVEA (Analysis of Compiler Options via Evolutionary Algorithm) implements a genetic algorithm to find the "best" options for compiling programs with the GNU Compiler... Platforms: *nix

License: Freeware Size: 399.36 KB Download (97): Acovea Download

Added: July 24, 2013 | Visits: 318

FAIF The C++ library for bioinformatics and artificial intelligence. Basic abstractions (like attribute, domain, state, etc.), DNA primitives (Nucleotide, Chain, EnergyNucleo, SecStruct, FoldedChain, FoldedPair, Codon, CodonAminoTable, Nussinov algorithm), population genetics primitives (Allele,... Platforms: Mac

License: Freeware Size: 112.64 KB Download (40): FAIF Download

Added: July 10, 2010 | Visits: 781

Coursor Coursor project is a Web application for academic environments. Coursor is a Web-based academic course system for assigning students to university courses. It has an evolutionary algorithm for assigning students to the courses they requested. This algorithm tries to find an optimal... Platforms: *nix

License: Freeware Size: 1.5 MB Download (99): Coursor Download

Added: September 06, 2013 | Visits: 603

Genetic Algorithm Utility Library The Genetic Algorithm Utility Library (or, GAUL for short) is a flexible programming library designed to aid in the development of applications that use genetic, or evolutionary, algorithms. It provides data structures and functions for handling and manipulation of the data required for serial... Platforms: C and C plus plus

License: Freeware Size: 552.96 KB Download (44): Genetic Algorithm Utility Library Download

Added: May 01, 2013 | Visits: 489

Colonial Competitive Algorithm (CCA) These files are the MATLAB code for "Imperialist Competitive Algorithm (ICA)" which in some papers is referred by "Colonial Competitive Algorithm CCA".Evolutionary optimization methods, inspired from natural processes, have shown good performance in solving complex optimization problems. For... Platforms: Matlab

License: Freeware Size: 450.56 KB Download (44): Colonial Competitive Algorithm (CCA) Download

Added: October 08, 2010 | Visits: 1.271

Optimization Algorithm Toolkit Optimization Algorithm Toolkit is a workbench and toolkit for developing, evaluating, and playing with classical and state-of-the-art optimization algorithms on standard benchmark problem domains; including reference algorithm implementations, graphing, visualizations and much more. The project... Platforms: *nix

License: Freeware Size: 6.5 MB Download (123): Optimization Algorithm Toolkit Download

Added: February 01, 2010 | Visits: 1.229

Algorithm::NeedlemanWunsch Algorithm::NeedlemanWunsch is a sequence alignment with configurable scoring. SYNOPSIS use Algorithm::NeedlemanWunsch; sub score_sub { if (!@_) { return -2; # gap penalty } return ($_[0] eq $_[1]) ? 1 : -1; } my $matcher = Algorithm::NeedlemanWunsch->new(&score_sub); my $score =... Platforms: *nix

License: Freeware Size: 10.24 KB Download (105): Algorithm::NeedlemanWunsch Download

Released: August 26, 2012  |  Added: August 26, 2012 | Visits: 481

Darwin: Evolutionary Computation in Java Darwin 2: Java Framework for Evolutionary Computation (genetic algorithm, GA). A true framework with out-of-the-box functionality and extensibility of all classes. Interface-based pattern with dependency-injection to configure components. Platforms: Windows, Mac, Linux

License: Freeware Size: 509.41 KB Download (51): Darwin: Evolutionary Computation in Java Download

Added: August 18, 2013 | Visits: 403

Imperialist Competitive Algorithm (ICA) Evolutionary optimization methods, inspired from natural processes, have shown good performance in solving complex optimization problems. For example, genetic algorithms (inspired from biological evolution of human and other species), ant colony optimization (based on ants effort to find optimal... Platforms: Matlab

License: Freeware Size: 450.56 KB Download (40): Imperialist Competitive Algorithm (ICA) Download

Added: June 15, 2013 | Visits: 409

MPOEC algorithm Decreasing the individual error and increasing the diversity among classifiers are two crucial factors for improving ensemble performances. Nevertheless, the d-deDUkappa-errord-deDt diagram shows that enhancing the diversity is at the expense of reducing individual accuracy. Hence, We proposed... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): MPOEC algorithm Download

Added: January 18, 2010 | Visits: 1.066

Algorithm::Dependency Algorithm::Dependency is a base class for implementing various dependency trees. SYNOPSIS use Algorithm::Dependency; use Algorithm::Dependency::Source::File; # Load the data from a simple text file my $data_source = Algorithm::Dependency::Source::File->new( foo.txt ); # Create the... Platforms: *nix

License: Freeware Size: 46.08 KB Download (121): Algorithm::Dependency Download

Added: October 17, 2010 | Visits: 2.252

Algorithm::Knapsack Algorithm::Knapsack is a brute-force algorithm for the knapsack problem. SYNOPSIS use Algorithm::Knapsack; my $knapsack = Algorithm::Knapsack->new( capacity => $capacity, weights => @weights, ); $knapsack->compute(); foreach my $solution ($knapsack->solutions()) { foreach my $index... Platforms: *nix

License: Freeware Size: 4.1 KB Download (209): Algorithm::Knapsack Download

Added: March 22, 2010 | Visits: 903

Algorithm::DiffOld Algorithm::DiffOld is a Perl module to compute `intelligent differences between two files / lists but use the old (<=0.59) interface. NOTE This has been provided as part of the Algorithm::Diff package by Ned Konz. This particular module is ONLY for people who HAVE to have the old interface,... Platforms: *nix

License: Freeware Size: 23.55 KB Download (95): Algorithm::DiffOld Download

1 2 3 4 5 >