module documentation

Module for checking data sets.

Synopsis:
python -m cocopp.sanitycheck [OPTIONS] FOLDER
Help:
python -m cocopp.sanitycheck -h
Function checkinfofile Check the integrity of info files.
Function is_correct_instances Check instances and number of repetitions.
Function main Main routine for COCO data checking procedure.
Function somestatistics Do some statistics over the data.
Function usage Undocumented
Variable correct_instances2009 Undocumented
Variable correct_instances2010 Undocumented
Variable crit_attr Undocumented
def checkinfofile(filename, verbose=True):

Check the integrity of info files.

def is_correct_instances(trials, verbose=True):

Check instances and number of repetitions.

def main(argv=None):

Main routine for COCO data checking procedure.

The routine will stop at the first problem encountered.

def somestatistics():

Do some statistics over the data.

def usage():

Undocumented

correct_instances2009: dict[int, int] =

Undocumented

correct_instances2010: dict[int, int] =

Undocumented

crit_attr: tuple[str, ...] =

Undocumented