aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/tests/ChromosomeTests.java
Commit message (Collapse)AuthorAgeFilesLines
* Slowly refactoring Parameters to fit the GUI a little better...Eduardo Pedroni2014-03-081-3/+3
|
* Light refactoring, a good amount of testing done, added some new functions.Eduardo Pedroni2014-02-161-3/+2
|
* Population and Chromosome classes refactored so that EAs are easier to ↵Eduardo Pedroni2014-02-151-7/+5
| | | | implement.
* Generic data type functionality implemented. All tests were refactored to ↵Eduardo Pedroni2014-02-141-54/+70
| | | | reflect this, and some chromosome tests were rewritten with more rigorous assertions.
* Added methods in Chromosome to compare active and all nodes. Associated ↵Eduardo Pedroni2014-02-131-33/+80
| | | | tests also written.
* Finished population tests, now thinking about methods to compare chromosomesEduardo Pedroni2014-02-131-7/+48
|
* Added a few more tests, be back after the meeting.Eduardo Pedroni2014-02-121-19/+24
|
* Finished writing chromosome tests, implemented active node detection, ↵Eduardo Pedroni2014-02-111-1/+15
| | | | started writing node tests.
* Implemented more tests, refactored chromosome more, added the beginnings of ↵Eduardo Pedroni2014-02-111-44/+172
| | | | active node detection
* Updated README, made a few changes to Chromosome's mutation methods, will be ↵Eduardo Pedroni2014-02-111-1/+5
| | | | working on that throughout the day
* Worked on more tests, finished restructuring resourcesEduardo Pedroni2014-02-111-6/+4
|
* Refactored the resources mechanics, implemented a few of the chromosome testsEduardo Pedroni2014-02-101-0/+103