QuantLib: a free/open-source library for quantitative finance
Fully annotated sources - version 1.32
Loading...
Searching...
No Matches
Classes | Public Member Functions | Protected Attributes | List of all members
Constraint Class Reference

Base constraint class. More...

#include <ql/math/optimization/constraint.hpp>

+ Inheritance diagram for Constraint:
+ Collaboration diagram for Constraint:

Classes

class  Impl
 Base class for constraint implementations. More...
 

Public Member Functions

bool empty () const
 
bool test (const Array &p) const
 
Array upperBound (const Array &params) const
 
Array lowerBound (const Array &params) const
 
Real update (Array &p, const Array &direction, Real beta) const
 
 Constraint (ext::shared_ptr< Impl > impl=ext::shared_ptr< Impl >())
 

Protected Attributes

ext::shared_ptr< Implimpl_
 

Detailed Description

Base constraint class.

Examples
GlobalOptimizer.cpp.

Definition at line 35 of file constraint.hpp.

Constructor & Destructor Documentation

◆ Constraint()

Constraint ( ext::shared_ptr< Impl impl = ext::shared_ptr<Impl>())

Definition at line 25 of file constraint.cpp.

Member Function Documentation

◆ empty()

bool empty ( ) const

Definition at line 56 of file constraint.hpp.

+ Here is the caller graph for this function:

◆ test()

bool test ( const Array p) const

Definition at line 57 of file constraint.hpp.

+ Here is the caller graph for this function:

◆ upperBound()

Array upperBound ( const Array params) const

Definition at line 58 of file constraint.hpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ lowerBound()

Array lowerBound ( const Array params) const

Definition at line 66 of file constraint.hpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ update()

Real update ( Array p,
const Array direction,
Real  beta 
) const

Definition at line 27 of file constraint.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ impl_

ext::shared_ptr<Impl> impl_
protected

Definition at line 54 of file constraint.hpp.