Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 529d3e78 authored by hhakim's avatar hhakim
Browse files

Add a first implementation of HierarchicalFactFFT (along with ParamsFFT and a test which compiles).

- New baseline test (just a copy of basis HierarchicalFact except that we use child classes HierarchicalFactFFT and ParamsFFT). A real functional test will come later but we already know that Palm4MSAFFT is working so it shouldn't be difficult.
- Change Faust::HierarchicalFact::compute_errors() access modifier from private to protected (in order to override it later in FFT child), likewise all private fields move to protected access.
- New constructor in Palm4MSAFFT to initialize from a ParamsFFT object (like Palm4MSA can initialize from a Params object).
- Other minor changes (function decl. order, typo.).
parent 829b864b
No related branches found
No related tags found
Loading
Showing
with 327 additions and 11 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment