File: control

package info (click to toggle)
gaffitter 0.5.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 284 kB
  • ctags: 248
  • sloc: cpp: 1,724; makefile: 99; sh: 17
file content (29 lines) | stat: -rw-r--r-- 1,203 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: gaffitter
Section: utils
Priority: optional
Maintainer: Nacho Barrientos Arias <chipi@criptonita.com>
Build-Depends: debhelper (>= 5), dpatch
Standards-Version: 3.7.2

Package: gaffitter
Architecture: any
Depends: ${shlibs:Depends}
Description: File subsets extractor based on genetic algorithms
 Genetic Algorithm File Fitter (gaffitter) is a command-line software
 written in C++ that extracts --via genetic algorithm-- subsets of an
 input list of files/directories that best fit the given volume size
 (target), such as CD, DVD and others.
 .
 gaffitter provides an intelligent manner (thanks to Genetic Algorithm)
 to minimize the error between the desired target size and the selected
 candidates of files/directories. Gaffitter highlights:
 . 
   * Uses a global meta-heuristic (Genetic Algorithm search).
   * The command-line interface provides high integration (via pipe) with
     other tools, i.e. works as a "filter".
   * Allow the user to enter 'size identifier' pairs directly instead
     of file/dir names.
   * Pretty configurable. gaffitter have many input parameters to
     control/adjust its behavior (including GA params).
 .
 Homepage: http://gaffitter.sourceforge.net/