Ignore:
Timestamp:
07/20/20 16:37:38 (4 years ago)
Author:
Maciej Komosinski
Message:

fS: faster collision detection, depends on "geometry" algorithms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/fS/fS_conv.h

    r1006 r1017  
    1212 * Genotype converter from fS to f0s.
    1313 */
    14 class GenoConv_fS0 : public GenoConverter
     14class GenoConv_fS0s : public GenoConverter
    1515{
    1616public:
    17         GenoConv_fS0() : GenoConverter()
     17        GenoConv_fS0s() : GenoConverter()
    1818        {
    1919                name = "Solid encoding";
     
    2727        SString convert(SString &i, MultiMap *map, bool using_checkpoints);
    2828
    29         ~GenoConv_fS0()
     29        ~GenoConv_fS0s()
    3030        {};
    3131};
Note: See TracChangeset for help on using the changeset viewer.