Attempts to establish a connection to a Redis server using the redux package
+and sends a PING
command. Returns TRUE
if the server is available and
+responds appropriately, FALSE
otherwise.
diff --git a/dev/authors.html b/dev/authors.html index e47f7269..263b6c62 100644 --- a/dev/authors.html +++ b/dev/authors.html @@ -1,5 +1,5 @@ -
OptimizerAsyncMbo
class that implements Asynchronous Model Based Optimization (AMBO).
AMBO starts multiple sequential MBO runs on different workers.
-The worker communicate asynchronously through a shared archive relying on the rush package.
+The worker communicate asynchronously through a shared archive relying on the rush package.
The optimizer follows a modular layout in which the surrogate model, acquisition function, and acquisition optimizer can be changed.
The SurrogateLearner will impute missing values due to pending evaluations.
A stochastic AcqFunction, e.g., AcqFunctionStochasticEI or AcqFunctionStochasticCB is used to create varying versions of the acquisition
@@ -348,28 +348,34 @@
Attempts to establish a connection to a Redis server using the redux package
+and sends a PING
command. Returns TRUE
if the server is available and
+responds appropriately, FALSE
otherwise.