selector.mini_tournaments

In this module the main while loop for tournaments, configuration generation and feedback is defined.

Functions

offline_mini_tournament_configuration(...)

Manages the tournaments, suggestions, selection and feedback.

selector.mini_tournaments.offline_mini_tournament_configuration(scenario, ta_wrapper, logger)[source]

Manages the tournaments, suggestions, selection and feedback.

Parameters:
  • scenario (selector.scenario.Scenario) – AS scenario.

  • ta_wrapper (UserWrapperClass) – Wrapper that generates command lines to call target algorithm.

  • logger (logging.Logger) – Logging object.