Other Features
Other Features
Grid Computing
dLife provides support for the use of Apple’s Xgrid technology. The dlife.tools.xgrid package makes it easy to distribute tasks for parallel execution on an Apple Xgrid. This is ideal for parallelizing fitness evaluations in a genetic algorithm.
Statistics
The dLife.tools.stats package provides basic statistical tools for computing things such as averages, standard deviations, moving averages and cross correlations.
Grid Map
The dLife.models.gridmap package provides an implementation of a grid based map. This map is useful for representing worlds to be navigated using an A* algorithm.
Working Examples
The examples.dlife package provides a comprehensive set of working examples that illustrate the use of many of its features. These examples provide a quick way to get started with dLife.