FAIF is a C++ librariy for bioinformatics and artificial intelligence. Portable C++ library defines basic abstractions (like state, space, attribute etc.), DNA primitives (Nucleotide, Chain, EnergyNucleo, SecStruct, FoldedChain, FoldedPair, Codon, CodonAminoTable ), some of known AI alghoritms ( Naive Bayesian Classifier, Validator ), Timeseries primitives (TimeSeriesDigit, TimeSeriesReal, linear resampling) and others (Command pattern, Random generators).
The main goal is bioinformatics applications, where simple and portable library is needed.
What's New in This Release: [ read full changelog ]
· scheduler.executeAsynchronouslyAndWait work properly when command is INTERRUPTED
· improved Evolutionary Algorithm: crossover policy, roulette wheel selection
· compilation with boost 1.41