aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/fitness/ParameterMismatchException.java
Commit message (Collapse)AuthorAgeFilesLines
* Population and Chromosome classes refactored so that EAs are easier to ↵Eduardo Pedroni2014-02-151-10/+0
| | | | implement.
* Added fitness evaluation mechanism, though it might not be a very good ↵Eduardo Pedroni2014-02-041-0/+10
design. Tests will be done to verify that.