deterministicrank.cpp
63 Descriptor d = addTypeDescription( type, "Selects the individual with a deterministic round-robin" );
64 d.describeInt( "nTruncation" ).limits( 1, INT_MAX ).def( 20 ).help( "Only the first nTruncation individuals will be select for reproduce. The individuals will be sorted on their rank" );