Routines for the generation of TeX tables.
Function get_table_caption Sets table caption.
Function cite Returns the citation key associated to the algorithm name.
Function get_top_indices_of_columns For each column, returns a list of the maxRank-ranked elements.
Function main Generate one table per func with results of multiple algorithms.
def get_table_caption():

Sets table caption.

Based on the testbedsettings.current_testbed and genericsettings.runlength_based_targets.

def cite(alg_name, is_noise_free, is_noisy):

Returns the citation key associated to the algorithm name.

Hard coded while no other solution is found.

def get_top_indices_of_columns(table, max_rank=None):

For each column, returns a list of the maxRank-ranked elements.

This list may have a length larger than maxRank in the case of ties.

def main(dict_alg, sorted_algs, output_dir='.', function_targets_line=True, latex_commands_file=''):
Generate one table per func with results of multiple algorithms.
API Documentation for cocopp, generated by pydoctor at 2020-01-21 16:27:37.