- Significant JGAP performance improvement by replacing chromosome equality check via costly compareTo()-methods with hash code computation and comparison, and hash code caching.
- JGAP fitness value range no longer restricted to positive values, therefore distortion of fitness value landscape no longer necessary. This should lead to better handling of plans with low/negative scores which may occur in a GA optimization.