rtac.ac_functionalities

Modules

rtac.ac_functionalities.config_gens

This module contains functions for configuration generation.

rtac.ac_functionalities.logs

This module contains functions for logging the data between instances/tournaments as well as stats about toournaments and results.

rtac.ac_functionalities.ranking

rtac.ac_functionalities.result_processing

In this module results of the tournaments are processed and computations for the next tournament ar performed.

rtac.ac_functionalities.rtac_data

This module contains data structures needed for the RTAC.

rtac.ac_functionalities.ta_runner

In this module classes to run the target algorithm and observe its output through the wrapper are implemented.

rtac.ac_functionalities.tournament

This module contains classes implementing problem instance solving tournaments by differently configured target algorithms according to the RTAC method utilized.

rtac.ac_functionalities.tournament_manager

This module contans classes for touenament management according to the RTAC method used.