aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/tests
Commit message (Collapse)AuthorAgeFilesLines
* Majorly refactored, node grid is fully implemented. About to attempt active ↵Eduardo Pedroni2014-03-234-162/+92
| | | | path locking.
* Slowly refactoring Parameters to fit the GUI a little better...Eduardo Pedroni2014-03-084-10/+10
|
* Light refactoring, a good amount of testing done, added some new functions.Eduardo Pedroni2014-02-164-10/+49
|
* Population and Chromosome classes refactored so that EAs are easier to ↵Eduardo Pedroni2014-02-152-107/+46
| | | | implement.
* Generic data type functionality implemented. All tests were refactored to ↵Eduardo Pedroni2014-02-145-128/+105
| | | | 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-133-71/+81
| | | | tests also written.
* Finished population tests, now thinking about methods to compare chromosomesEduardo Pedroni2014-02-132-19/+142
|
* Added a few more tests, be back after the meeting.Eduardo Pedroni2014-02-125-23/+481
|
* Finished writing chromosome tests, implemented active node detection, ↵Eduardo Pedroni2014-02-112-1/+49
| | | | 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-102-22/+103
|
* Created most of the classes that will be necessary, content is blank for now.Eduardo Pedroni2014-01-311-3/+2
|
* Started formally implementing the class structure but ran into some issues. ↵Eduardo Pedroni2014-01-301-0/+23
I'll re-design the structure to account for function mutations, function variety, generic data types and modularized behaviour.