We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

libfgen

libfgen is a library that implements an efficient and customizable genetic algorithm (GA). It also provides particle swarm optimization (PSO) functionality and an interface for real-valued function minimization or model fitting. It is written in C, but can also be compiled with a C++ compiler. Both Linux and Windows are supported.

If you are like the rest of our user community, your IT team is busy. With pressure to deliver on-time projects, you don’t have a lot of time to spend making your management tools work. You need network monitoring tools that work for you. You want tools that makes it easy to find performance issues before your users do and resolve them before they impact the business. That’s why tens of thousands of customers around the world love WhatsUp Gold.

Website http://libfgen.sourceforge.net
Tags
License
Platform
Features
  • Fast and efficient GA implementation with a fixed population size.
  • Customizable GA with multiple selection, mutation and crossover types.
  • Application can provide custom seeding, mutation and crossover operators.
  • Thread-safe and can use multiple threads for fitness calculation or an archipelago of concurrent genetic algorithms.
  • Particle swarm optimization algorithm with API similar to that of the GA.
  • Higher level easy-to-use model fitting and function minimization interface that uses the GA or PSO.
  • Tested on real-world datasets (fitting orbits of exoplanets to stellar radial-velocity data).
  • Clear API with documentation provided (html).
  • Command line and graphical example programs provided.
  • Examples include the Travelling Salesman Problem, linear genetic programming and texture compression.