We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf4b95 commit bbea5f9Copy full SHA for bbea5f9
ax/adapter/registry.py
@@ -463,6 +463,7 @@ class Generators(GeneratorRegistryBase):
463
IN_SAMPLE_UNIFORM = "InSampleUniform"
464
ST_MTGP = "ST_MTGP"
465
BO_MIXED = "BO_MIXED"
466
+ BOTL = "BOTL"
467
468
469
def _extract_generator_state_after_gen(
ax/adapter/transfer_learning/__init__.py
@@ -4,3 +4,11 @@
4
# LICENSE file in the root directory of this source tree.
5
6
# pyre-strict
7
+
8
+from ax.adapter.transfer_learning.adapter import ( # noqa F401
9
+ logger,
10
+ TARGET_TASK_VALUE,
11
+ TL_EXP,
12
+ transfer_learning_generator_specs_constructor,
13
+ TransferLearningAdapter,
14
+)
0 commit comments