Description: Bin packing problem belongs to the class of NP-hard problems, like the others that were discussed in previous articles. The task is to pack a set of items of different size into bins of fixed size in such way that minimal number bins is used. Depending on the requirements, bin packing can be single-dimensional (1D) or multi-dimensional (2D, 3D...)
To Search:
File list (Check if you may need any files):
GALex
.....\GALex.sln
.....\GALex.vcxproj
.....\GALex.vcxproj.filters
.....\gpl-2_0.txt
.....\Problems
.....\........\BPP.cpp
.....\........\BPP.h
.....\........\Problems.vcxproj
.....\........\Problems.vcxproj.filters
.....\README
.....\source
.....\......\Adoptions.cpp
.....\......\Adoptions.h
.....\......\AlgorithmStub.cpp
.....\......\AlgorithmStub.h
.....\......\Alleles.h
.....\......\Array.cpp
.....\......\Array.h
.....\......\AtomicList.h
.....\......\AtomicOperations.h
.....\......\Barrier.cpp
.....\......\Barrier.h
.....\......\Catalogue.h
.....\......\CellularCoupling.cpp
.....\......\CellularCoupling.h
.....\......\Chromosome.h
.....\......\ChromosomeGroup.cpp
.....\......\ChromosomeGroup.h
.....\......\ChromosomeOperations.h
.....\......\ChromosomeStorage.cpp
.....\......\ChromosomeStorage.h
.....\......\Coevolution.h
.....\......\Couplings.cpp
.....\......\Couplings.h
.....\......\Crossovers.cpp
.....\......\Crossovers.h
.....\......\EventPool.h
.....\......\Exceptions.cpp
.....\......\Exceptions.h
.....\......\Fitness.h
.....\......\FitnessComparators.cpp
.....\......\FitnessComparators.h
.....\......\FitnessSharing.cpp
.....\......\FitnessSharing.h
.....\......\FitnessValues.h
.....\......\Flags.h
.....\......\FPEqual.h
.....\......\GlobalRandomGenerator.cpp
.....\......\GlobalRandomGenerator.h
.....\......\Grid.cpp
.....\......\Grid.h
.....\......\Hashmap.h
.....\......\Initialization.cpp
.....\......\Initialization.h
.....\......\List.cpp
.....\......\List.h
.....\......\Matings.cpp
.....\......\Matings.h
.....\......\Migrations.cpp
.....\......\Migrations.h
.....\......\Multiobjective.h
.....\......\Mutations.cpp
.....\......\Mutations.h
.....\......\Node.h
.....\......\NSGA.cpp
.....\......\NSGA.h
.....\......\NSGAStub.cpp
.....\......\NSGAStub.h
.....\......\ObjectPool.h
.....\......\Observing.cpp
.....\......\Observing.h
.....\......\Operation.h
.....\......\PAES.cpp
.....\......\PAES.h
.....\......\PAESStub.cpp
.....\......\PAESStub.h
.....\......\PESA.cpp
.....\......\PESA.h
.....\......\PESAStub.cpp
.....\......\PESAStub.h
.....\......\Platform.h
.....\......\Population.cpp
.....\......\Population.h
.....\......\PopulationOperations.cpp
.....\......\PopulationOperations.h
.....\......\PopulationStatistics.cpp
.....\......\PopulationStatistics.h
.....\......\Random.cpp
.....\......\Random.h
.....\......\RandomSequence.cpp
.....\......\RandomSequence.h
.....\......\RDGA.cpp
.....\......\RDGA.h
.....\......\RDGAStub.cpp
.....\......\RDGAStub.h
.....\......\Replacements.cpp
.....\......\Replacements.h
.....\......\Representation.h
.....\......\Scalings.cpp