Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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.

2006-07-29 08:19
0.4.1

Diese Version bietet zusätzlich die Möglichkeit, die Ausgabe nach Name oder Größe sortieren aufsteigend / absteigend, und behebt einige kleinere Fehler beseitigt. Es gab auch kleinere Verbesserungen, Aufräumarbeiten und kosmetische Änderungen.
Tags: Minor feature enhancements
This version adds the ability to sort the output by name or size, ascending/descending, and fixes some minor bugs. There were also minor improvements, code cleanups, and cosmetic changes.

2006-01-01 14:40
0.4.0

Diese Version führt eine direkte Eingabe-Modus erlaubt es dem Benutzer, um ein "size identifier"-Paare direkt statt file / dir Namen. Zwei neue genetischen Operatoren eingeführt wurden, was zu einer expressiven genetischen Algorithmus verbessert werden. Es gab auch einige kleinere Änderungen und Bugfixes.
Tags: Major feature enhancements
This version implements a direct input mode,
allowing the user to enter "size identifier" pairs
directly instead of file/dir names. Two new
genetic operators were introduced, resulting in an
expressive genetic algorithm improvement. There
were also some minor changes and bugfixes.

2005-12-22 07:49
0.3.0

Diese Version bietet native "Datei / Verzeichnis Space-Gebrauch"-Code, wodurch die Anforderung, über 'du' (coreutils) installiert. Es gab auch einige Verbesserungen genetischen Algorithmus-und Leistungsverbesserungen.
Tags: Major feature enhancements
This release features native "file/directory space usage" code, thus eliminating the requirement to have 'du' (coreutils) installed. There were also some genetic algorithm enhancements and performance improvements.

2005-12-17 06:11
0.2.0

Tags: Initial freshmeat announcement

Project Resources