|
NAMEgaffitter - Genetic Algorithm File FitterSYNOPSISgaffitter -t target[unit] [options...] <files>command | gaffitter - -t target[unit] [options...] [files] the unit suffixes 'k', 'm', 'g' or 't' can be used, where: k = KB/KiB, m = MB/MiB, g = GB/GiB and t = TB/TiB [default = bytes] DESCRIPTIONGenetic 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. General options:-t <f>[unit], --target <f>[unit]
--si
--bins <n>, --vols <n>
-v, --verbose
--min <f>[unit], --min-size <f>[unit]
--max <f>[unit], --max-size <f>[unit]
-B <n>, --block-size <n>
--ss, --show-size
--sb, --show-bytes
--hi, --hide-items
--hs, --hide-summary
-s, --sort-by-size
-n, --no-case
-r, --sort-reverse
-z, --null-data
-Z, --null
-0, --null-bins
--bs <char>, --bins-separator <char>
--ew <char>, --enclose-with <char>
--dw <char>, --delimit-with <char>
--version
-h, --help
Direct Input options:--di, --direct-input
--di-b, --di-bytes
--di-k, --di-kb
--di-m, --di-mb
--di-g, --di-gb
--di-t, --di-tb
--di-si
Genetic Algorithm options:--ga-s <n>, --ga-seed <n>
--ga-rs, --ga-random-seed
--ga-ng <n>, --ga-num-generations <n>
--ga-ps <n>, --ga-pop-size <n>
--ga-cp <f>, --ga-cross-prob <f>
--ga-mp <f>, --ga-mutation-prob <f>
--ga-sp <n>, --ga-sel-pressure <n>
--ga-theo [n], --ga-theoretical [n]
Other search methods --ap, --approximate
--sp, --split
LICENSEThis is free software. You may redistribute copies of it under the terms of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by law.AUTHORWritten by Douglas Adriano Augusto (daaugusto).
Visit the GSP FreeBSD Man Page Interface. |