mirror of
https://github.com/microsoft/autogen.git
synced 2025-11-03 11:20:35 +00:00
* adding multiple choice * update test cases (hard coded) * merged common code in predict_proba and predict in TransformersEstimator
7 lines
159 B
Python
7 lines
159 B
Python
from .trial_scheduler import TrialScheduler
|
|
from .online_scheduler import (
|
|
OnlineScheduler,
|
|
OnlineSuccessiveDoublingScheduler,
|
|
ChaChaScheduler,
|
|
)
|