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.

2008-08-17 02:43
0.6.0

Diese Version verfügt über größere Veränderungen. Die genetischen Algorithmus Suche wurde komplett neu geschrieben, und jetzt geht von einem geeigneten Ansatz besser in der Lage, Optimierungen durchzuführen. Einige Optionen wurden geändert / hinzugefügt um gaffitter als Filter zu verbessern und die Integration mit anderen Werkzeugen einfacher und zuverlässiger. Python-Skripte hinzugefügt wurden, einschließlich der Skripte für die ISO 9660-Image-Erstellung und Integration von gaffitter mit CD / DVD-Brennsoftware Anwendungen (wie zB K3B und Brasero).
Tags: Major feature enhancements
This release features major changes. The genetic algorithm search was completely rewritten, and now adopts a more suitable approach able to perform better optimizations. Some options were modified/added in order to improve GAFFitter as a filter, making integration with other tools easier and more reliable. Python scripts were added, including scripts for ISO 9660 image creation and integration of GAFFitter with CD/DVD burning applications (like K3B and Brasero).

2008-06-04 20:51
0.5.2

Diese Version war im Wesentlichen ein Wartungs-Release. Die Lizenz wurde an die GNU GPLv3 aktualisiert. Die Brute-Force-Suche wurde verbessert und akzeptiert jetzt eine beliebige Anzahl von Eingabe-Dateien. Eine Inkompatibilität (compilation error) mit GCC-4.3 wurde behoben.
Tags: Minor bugfixes
This release was essentially a maintenance
release. The license was upgraded to the GNU
GPLv3. The Brute Force search was improved and now
accepts any number of input files. An
incompatibility (compilation error) with GCC-4.3
was fixed.

2007-03-28 13:24
0.5.1

Diese Version behebt einen Fehler in Bezug auf eine nicht initialisierte Variable und ändert das Standardverhalten von gaffitter, die extrahiert jetzt das Volumen so weit wie möglich (mit unbegrenzter Iterationen).
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).

2006-08-28 22:54
0.5.0

Diese Version verfügt über eine völlig neue Kommandozeilen-Parser und implementiert die Split "Suche"-Methode. Zwei neue Formatierungsoptionen eingeführt. Es gibt auch Aufräumarbeiten, eine Korrektur für einen Kompilierungsfehler auf Solaris und andere kleinere Änderungen.
Tags: Major feature enhancements
This release features an entirely new command line parser and implements the Split "search" method. Two new formatting options have been introduced. There are also code cleanups, a fix for a compilation error on Solaris, and other minor changes.

2006-08-02 13:51
0.4.2

Diese Version behebt Kompilierungsfehler auf einigen Architekturen. Ein Groß-und Kleinschreibung sortieren Option wurde hinzugefügt, und andere kleinere Änderungen wurden vorgenommen.
Tags: Minor bugfixes
This release fixes compilation errors on some
architectures. A case-insensitive sorting option
was added, and other minor changes were also made.

Project Resources