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
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,11 +123,23 @@ 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
127
127
-
## Issues
128
-
Users are highly encouraged to report any issues they found when using HiOp.
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.
129
+
130
+
## Build/install instructions
131
+
132
+
HiOpBBpy can be built via pip. A standard build can be done by invoking the following from the hiop home directory
133
+
```shell
134
+
$> pip install .
135
+
```
136
+
137
+
## Dependencies
129
138
139
+
HiOpBBpy dependencies are listed in the pyproject.toml file.
130
140
141
+
## Issues
142
+
Users are highly encouraged to report any issues they found when using HiOp.
0 commit comments