aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/fitness/TestCase.java
Commit message (Collapse)AuthorAgeFilesLines
* Population and Chromosome classes refactored so that EAs are easier to ↵Eduardo Pedroni2014-02-151-0/+1
| | | | implement.
* Generic data type functionality implemented. All tests were refactored to ↵Eduardo Pedroni2014-02-141-7/+7
| | | | reflect this, and some chromosome tests were rewritten with more rigorous assertions.
* Refactored the resources mechanics, implemented a few of the chromosome testsEduardo Pedroni2014-02-101-1/+1
|
* Added fitness evaluation mechanism, though it might not be a very good ↵Eduardo Pedroni2014-02-041-0/+41
design. Tests will be done to verify that.