Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Evolving Objects

Compare

  No analysis available

EO is a template-based, ANSI-C++ evolutionary computation library which helps you to write your own stochastic optimization algorithms insanely fast. With the help of EO, you can easily design evolutionary algorithms that will find solutions to virtually all kind of hard optimization problems ... [More] , from continuous to combinatorial ones. Designing an algorithm with EO consists in choosing what components you want to use for your specific needs, just as building a structure with Lego blocks. [Less]

0 lines of code

0 current contributors

0 since last commit

6 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: lgpl

Evolutionary computation framework

Compare

  No analysis available

ECF is a C++ framework intended for application of any type of evolutionary computation. Current features include: * parameterless: genotype (individual structure) is the only mandatory parameter * genetic algorithm genotypes (bitstring, binary encoded real values, floating point vectors ... [More] , permutation vectors), genetic programming genotype (tree) * individuals may contain any genotypes in any number * algorithms: steady state tournament, generational roulette-wheel, elimination, particle swarm optimization (PSO), differential evolution (DE), artificial bee colony (ABC), clonal selection (CLONALG), genetic annealing, random search * parallel execution in many models (global paralel EA, distributed EA, hybrid parallel EA...) using MPI [Less]

0 lines of code

1 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: mit