![]() |
UNIVERS
15.3
UNIVERS base processing software API
|
#include <optim.hpp>
Classes | |
| struct | SpaceElem |
Public Types | |
| typedef std::vector< SpaceElem > | Space |
Public Member Functions | |
| AbstractOptim (const AbstractOptim::Space &space) | |
| virtual bool | minimize (const AbstractResidual &res, std::vector< double > &x) const =0 |
| void | setSpace (const Space &space) |
| Space & | space () |
Protected Attributes | |
| Space | m_space |
Interface for abstract optimization with simple restrictions
| typedef std::vector<SpaceElem> AbstractOptim::Space |
Full optimization space
|
pure virtual |
|
inline |
Set new space
|
inline |
Get reference to space
1.8.5