Posted By: Matthew Linnell
Date: 2003-09-16 17:27
Summary: CVS Update
Project: rGenetic
I committed to the CVS today. The commit introduced many feature requests, and other ideas that I had been tossing around. Among other things, rGenetic now works on order based problems (such as traveling salesman)
List of significant changes:
- Added multiple population support
- Added generation tracking (a history of the best agent from each generation)
- Added the abilit to specify that you the bases in each chromosome should be unique (ala TSP)
- Added inversion events in crossovers
- Added the ability to specify if you wish certain bases in the chromosome to be held constant (ala fixing the starting point in TSP)
- Added order-based crossovers (ala TSP)
|
|