libigl v2.5.0
Loading...
Searching...
No Matches
random_search.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include <functional>
#include "random_search.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename Scalar , typename DerivedX , typename DerivedLB , typename DerivedUB >
Scalar igl::random_search (const std::function< Scalar(DerivedX &) > f, const Eigen::MatrixBase< DerivedLB > &LB, const Eigen::MatrixBase< DerivedUB > &UB, const int iters, DerivedX &X)
 Global optimization via random search.