Download List

Descripción del Proyecto

Genetic Algorithm File Fitter, GAFFitter for short, is a tool based on a genetic algorithm (GA) that tries to fit a collection of items into as few as possible volumes of a specific size. For example, the items might be files/directories and the volumes might be CDs or DVDs. The task of arranging items in such manner that the number of required bins is minimized is called Bin Packing, a NP-hard combinatorial problem for which no deterministic polynomial-time algorithm is known. Using heuristics, such as GAs, it is usually possible to approximate -- and often reach -- the best solution for the problem within a reasonable time.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-03-28 13:24 Back to release list
0.5.1

Este lanzamiento corrige un error en relación a una variable no inicializada y cambia el comportamiento predeterminado de GAFFitter, que ahora los extractos de los volúmenes iteraciones de lo posible (con un número ilimitado).
Tags: Minor bugfixes
This release fixes a bug regarding an
uninitialized variable and changes the default
behavior of GAFFitter, which now extracts the
volumes as much as possible (with unlimited
iterations).

Project Resources