资 源 简 介
A genetic algorithm (GA) is a search technique used in computing to find exact or approximate solutions to optimization and search problems. Genetic algorithms are categorized as global search heuristics. Genetic algorithms are a particular class of evolutionary algorithms (also known as evolutionary computation) that use techniques inspired by evolutionary biology such as inheritance, mutation, selection, and crossover (also called recombination). (excerpt from Wikipedia)
Ngene is a generic genetic algorithm written in C++. The focus lies on performance, as well as making the engine as modular as possible while maintaining cross-platform compatibility. Ngene is built to be flexible from the ground up, and should be applicable in most, if not all, areas.
Ngene is extended by writ