selector

Modules

selector.best_conf

This module sorts the configurations by performance within an iteration and declares the overall best and saves it in a file.

selector.cleanup

This module is for cleaning up temporary files.

selector.configuration_translator

In this module a function for translating configurations is defined.

selector.generators

selector.hp_point_selection

This module contains point selection functions.

selector.instance_monitor

This module contains the instance monitoring functionalities.

selector.instance_sets

In this module the choice of instance sets for tournaments is handled.

selector.log_setup

In this module logging is set up.

selector.main

Main module of selector.

selector.mini_tournaments

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

selector.point_gen

This module contains the point generation class.

selector.pointselector

This module contains functions for selection of points.

selector.pool

In this module the most important data structures are defined.

selector.read_files

This module contains functions for reading in files for the scenario.

selector.run_ac

Module of selector to run from Python.

selector.scenario

In this module the scenario object is constructed.

selector.selection_features

This module contains feature generation functions.

selector.ta_execution

This modules includes functions to execute the target algorithm.

selector.ta_result_store

This module contains selectors cache object.

selector.test

selector.test_ray

selector.tournament_bookkeeping

This module contains functions for bookkeeping of tournaments.

selector.tournament_dispatcher

This module contains functions for managing tournaments.

selector.tournament_monitor

In this module the tournament monitor is defined.

selector.tournament_performance

This modulke contains functions to aggregate and discern performances.

selector.winner_instance_monitor

In this module the instance monitor is defined.