Source code for qlauncher.problems.problem_formulations.other

1from qlauncher.problems.problem_initialization import TabularML
2from qlauncher.base import formatter
3
4
[docs] 5@formatter(TabularML, 'tabular_ml') 6def tabular_formatter(problem: TabularML): 7 return problem.instance