source: cpp/frams/genetics/fL/fL_oper.cpp @ 780

Last change on this file since 780 was 780, checked in by Maciej Komosinski, 6 years ago

Added sources for genetic encodings fB, fH, fL

File size: 152 bytes
Line 
1#include "fL_oper.h"
2
3Geno_fL::Geno_fL()
4{
5        //      par.setParamTab(GENOfHparam_tab);
6        //      par.select(this);
7        //      par.setDefault();
8        supported_format = 'H';
9}
Note: See TracBrowser for help on using the repository browser.