资 源 简 介
This project houses the source code for various kind of example projects I created. At the moment the following code samples can be found:
ga-moving-example. Consider a moving company which is specialized in moving boxes (with things in it) from one place to another. These boxes have varying volumes. The boxes are put in vans in which the boxes are moved to the other location. To reduce transport costs, it is crucial for the moving company to use as minimal vans as possible. Problem statement: given a number of boxes of varying volumes, what is the optimal arrangement of the boxes so that a minimal number of vans is needed? This example shows how to solve this problem with genetic algorithms and JGAP. See the readme.txt in the ga-moving-example.zip on how to run the example. See my blog for an introduction to genetic algorithms.
ga-helloworld. Example of how to evolv