Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
pso.h File Reference
#include <igl/igl_inline.h>
#include <Eigen/Core>
#include <functional>
#include "pso.cpp"
+ Include dependency graph for pso.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename Scalar , typename DerivedX , typename DerivedLB , typename DerivedUB >
IGL_INLINE Scalar igl::pso (const std::function< Scalar(DerivedX &) > f, const Eigen::MatrixBase< DerivedLB > &LB, const Eigen::MatrixBase< DerivedUB > &UB, const int max_iters, const int population, DerivedX &X)
 
template<typename Scalar , typename DerivedX , typename DerivedLB , typename DerivedUB , typename DerivedP >
IGL_INLINE Scalar igl::pso (const std::function< Scalar(DerivedX &) > f, const Eigen::MatrixBase< DerivedLB > &LB, const Eigen::MatrixBase< DerivedUB > &UB, const Eigen::DenseBase< DerivedP > &P, const int max_iters, const int population, DerivedX &X)