February 17th, 2010· scheduler.executeAsynchronouslyAndWait work properly when command is INTERRUPTED
· improved Evolutionary Algorithm: crossover policy, roulette wheel selection
· compilation with boost 1.41
March 10th, 2009· compilation with boost 1.37
· AUTO_TEST_CASE used for testing library components
· ActiveObject: command holder template
February 23rd, 2009· definitions of attribute and domain (based on templates)
· evolutionary algorithm and test(backpack problem)
· expectation-maximization algorithm (EM)
· documentation improvement (faif_logo)
· namespace ml (machine learning), refactoring of naive Bayesian classifier
February 11th, 2009· add search algorithms in tree-like structures: searchAStar, searchUnifiedCost, searchBreadthFirst, searchDepthFirst
· active object - improvement, the namespace, CommandHistory::find - returns PCommand
February 6th, 2009· add active object design pattern (Scheduler, CommandQueue, etc);
· documentation review;
· dynamic linking with boost_test_unit;
· fix: bad data in codon amino table;
· modification in install script
October 20th, 2008· add FoldedPair, folding algorithm for two dna strands
· add timeseries transformation, simple functions (toDigit, toReal)
· implementation of linear resampling
· add method to create time series digit from time series real
· add method to create time series real from time series digit
· refactoring in FoldedChain, uses strategy (preparing to FoldedPair), code improvement, removed copy of EnergyNucleo from FoldedChain and FoldedPair
· new project organisation - test depends on static library
· compilation in visual studio 2008