culebra.tools.decision_manager module

Decision managers.

This module provides several decision manager implementations:

  • The LexicographicDM class, which ranks the best solutions found by the trainer lexicographically and selects the first one.

  • The LexicographicWithRepeatedCVDM class, which applies repeated cross-validation and then selects the best solution lexicographically.

Attributes

DEFAULT_CV_REPEATS = 10

Default value for the number of cross-validation repeats.