An open API service indexing awesome lists of open source software.

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

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