aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/fitness/TruthTableEvaluator.java
Commit message (Collapse)AuthorAgeFilesLines
* Light refactoring, a good amount of testing done, added some new functions.Eduardo Pedroni2014-02-161-1/+3
|
* Population and Chromosome classes refactored so that EAs are easier to ↵Eduardo Pedroni2014-02-151-8/+9
| | | | implement.
* Generic data type functionality implemented. All tests were refactored to ↵Eduardo Pedroni2014-02-141-0/+1
| | | | 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-2/+2
|
* Added fitness evaluation mechanism, though it might not be a very good ↵Eduardo Pedroni2014-02-041-0/+26
design. Tests will be done to verify that.