You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,9 +123,9 @@ HiOp supports three types of optimization problems, each with a separate input f
123
123
124
124
More information on the HiOp interfaces are [here](src/Interface/README.md).
125
125
126
-
# HiOpBBpy - python based black-box optimization
126
+
# HiOpBBpy - Python based black-box optimization
127
127
128
-
HiOpBBpy is a black-box (derivative free) Bayesian optimization solver for solving certain mathematical optimization problems. HiOpBBpy primarily targets problems for which the objective is very expensive and derivative information is not available. HiOpBBpy leverages MPI parallelism for batched Bayesian optimization methods and other embarassingly parallel tasks in said methods.
128
+
HiOpBBpy is a black-box (derivative free) Bayesian optimization solver. HiOpBBpy primarily targets problems for which the objective is very expensive and derivative information is not available. HiOpBBpy leverages MPI parallelism for batched Bayesian optimization methods and other embarassingly parallel tasks in said methods.
0 commit comments