Open BEAGLE is a C++ Evolutionary Computation (EC) framework. It provides an high-level software environment to do any kind of EC, with support for tree-based genetic programming; bit string, integer-valued vector, and real-valued vector genetic algorithms; and evolution strategy.
The Open BEAGLE architecture follows strong principles of object oriented programming, where abstractions are represented by loosely coupled objects and where it is common and easy to reuse code. Open BEAGLE is designed to provide an EC environment that is generic, user friendly, portable, efficient, robust, elegant, and free.
Features
- Structured object oriented architecture
- Smart pointers for automatic memory allocation management
- Abstract factory, for runtime allocation of objects of any types
- Parameters and algorithms dynamically configurable by files
- Sophisticated logging mechanism with output in XML
- Checkpoint mechanism for evolution recovery and results analysis
- Population composed of multiple demes
- History of best-of-run individuals for the whole population and for each demes
- Population seeding from file
- Master-slave model for parallel fitness evaluation
Categories
Artificial IntelligenceLicense
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow Open BEAGLE
Other Useful Business Software
Passwordless Authentication and Passwordless Security
It’s no secret — passwords can be a real headache, both for the people who use them and the people who manage them. Over time, we’ve created hundreds of passwords, it’s easy to lose track of them and they’re easily compromised. Fortunately, passwordless authentication is becoming a feasible reality for many businesses. Duo can help you get there.
Rate This Project
Login To Rate This Project
User Reviews
-
Beagle is the best! Thanks.
-
Open BEAGLE is a very efficient evolutionnary algorithm framework for scientific computing. It is very easy to use on shared memory and distributed memory computer using either, the OpenMP module for the former or the HPC module for the later.
-
Well designed software that is excellently supported by the main developer. Extensible design allows evolutionary computation in C++ for advanced users, but Beagle comes with sufficient pre-defined code that a beginner can start off immediately from the examples.