XACC
Public Member Functions | List of all members
xacc::NLOptimizer Class Reference
Inheritance diagram for xacc::NLOptimizer:
xacc::Optimizer xacc::Identifiable

Public Member Functions

OptResult optimize (OptFunction &function) override
 
const std::string name () const override
 
const std::string description () const override
 
- Public Member Functions inherited from xacc::Optimizer
template<typename T >
void appendOption (const std::string key, T &&value)
 
virtual void setOptions (const HeterogeneousMap &opts)
 
virtual OptResult optimize ()
 
const std::string get_algorithm () const
 
const bool isGradientBased () const
 
- Public Member Functions inherited from xacc::Identifiable
virtual ~Identifiable ()
 

Additional Inherited Members

- Protected Attributes inherited from xacc::Optimizer
HeterogeneousMap options
 

Member Function Documentation

const std::string xacc::NLOptimizer::description ( ) const
inlineoverridevirtual

Return the description of this instance

Returns
description The description of this object.

Implements xacc::Identifiable.

const std::string xacc::NLOptimizer::name ( ) const
inlineoverridevirtual

Return the name of this instance.

Returns
name The string name

Implements xacc::Identifiable.


The documentation for this class was generated from the following files: