]> ruin.nu Git - germs.git/history - src/test
a little more refactoring, name might just as well return const char* since it's...
[germs.git] / src / test /
2007-08-03 Michael Andreena little more refactoring, name might just as well...
2007-08-03 Michael Andreengenesorter now uses models to score actions, specific...
2007-08-03 Michael Andreenstarted a refactoring with Model class to score differe...
2007-06-24 Michael Andreencast to size_t instead of asuming unsigned long
2007-06-24 Michael Andreenadded a test case with hurdles
2007-06-24 Michael Andreensorting without hurdles seems to work
2007-06-24 Michael Andreengood to have a inversion distance function
2007-06-24 Michael Andreenminor things
2007-06-24 Michael Andreenbetter if SortAction takes care of the shared_ptr,...
2007-06-24 Michael Andreenwe need a list of smart pointers
2007-06-24 Michael Andreensetting up things for implementing the sorting
2007-06-21 Michael Andreeninitial commit of the modelidentifier files
2007-06-20 Michael AndreenfindComponents implemented and passes test
2007-06-20 Michael AndreenfindIntervals is now O(n)
2007-06-19 Michael Andreenfirst point in points is now a dummy so indexes matches...
2007-06-19 Michael AndreencountCycles implemented and passess test
2007-06-19 Michael AndreenfindIntervalAtPoints implemnted and passes test
2007-06-19 Michael AndreenfindIntervals implemented and passing test
2007-06-19 Michael Andreenadding countCycles, findComponents, findIntervals decla...
2007-06-18 Michael Andreenlongest increasing and decreasing subsequences
2007-06-18 Michael Andreenrobinson schensted algorithm implemented
2007-06-18 Michael AndreenGeneOrder::reverse implemented
2007-06-18 Michael Andreensome cleanup, documentation, begin() and end() methods
2007-06-14 Michael Andreenqt tester optional
2007-06-14 Michael Andreenassignment works
2007-06-14 Michael Andreencopy constructor works
2007-06-14 Michael Andreenconstructor for GeneOrder done
2007-06-14 Michael Andreena bit nicer
2007-06-14 Michael Andreensome more changes