https://github.com/faif/nfiles-ndisks
Calculate the optimum number and size of files that can fit into the hard disk(s) using a genetic algorithm
https://github.com/faif/nfiles-ndisks
Last synced: 10 months ago
JSON representation
Calculate the optimum number and size of files that can fit into the hard disk(s) using a genetic algorithm
- Host: GitHub
- URL: https://github.com/faif/nfiles-ndisks
- Owner: faif
- License: gpl-2.0
- Created: 2012-06-08T19:15:26.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2019-10-22T20:36:00.000Z (about 6 years ago)
- Last Synced: 2025-01-15T00:43:11.888Z (12 months ago)
- Language: C
- Size: 1.48 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: changelog
- License: COPYING
Awesome Lists containing this project
README
The programs are two examples which use the evolutionary computation
field to find an optimum optimization in a constraint-based problem.
More particularly a genetic algorithm is used in both cases.
The first problem concerns fitting a random number of files with a
random size each, in a disk of random size.
The second problem is like the first, but uses a random number of disks
instead of just one.
Have fun!
Sakis