mirror of
https://github.com/c-sooyoung/bo-ptycho.git
synced 2026-09-17 22:29:07 +09:00
renamed to base
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
from .bo_base import BOEngine
|
||||
from .base import BOEngine
|
||||
from .random import RandomBOEngine
|
||||
from .sobo import SingleObjectiveBOEngine
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
import os
|
||||
import copy
|
||||
import numpy as np
|
||||
from bo.bo_base import BOEngine
|
||||
from bo.base import BOEngine
|
||||
|
||||
|
||||
class RandomBOEngine(BOEngine):
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ from botorch.sampling.normal import SobolQMCNormalSampler
|
||||
from botorch.utils.rounding import approximate_round
|
||||
|
||||
|
||||
from bo.bo_base import BOEngine
|
||||
from bo.base import BOEngine
|
||||
|
||||
|
||||
class SingleObjectiveBOEngine(BOEngine):
|
||||
|
||||
Reference in New Issue
Block a user