We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfffd00 commit 84040faCopy full SHA for 84040fa
libs/solvers/include/cudaq/solvers/optimizers/cobyla.h
@@ -14,7 +14,8 @@ using namespace cudaqx;
14
15
namespace cudaq::optim {
16
17
-/// @brief The
+/// @brief The COBYLA derivative-free black-box function optimizer from the
18
+/// [PRIMA](https://www.libprima.net) library.
19
class cobyla : public optimizer {
20
public:
21
using optimizer::optimize;
0 commit comments