Diana  0.8.3
Public Member Functions
DianaNLPTaskFactory Class Reference

#include <DianaNLPTaskFactory.hpp>

Inheritance diagram for DianaNLPTaskFactory:
ICapeNumericNLPTaskFactory

List of all members.

Public Member Functions

Numeric::Solvers::NLPTasks::ICapeNLPTaskCreateOEDTask (Numeric::Solvers::NLPTasks::ICapeNLPTask *pParFitTask, Numeric::Solvers::Solver::ICapeNumericNLPSolver *pOptimizer, const Common::Parameter::CapeArrayParameterSpec &colDesignVars, Common::Types::CapeString strLibraryName) throw (Common::Error::ECapeUnknown, Common::Error::ECapeInvalidArgument, Common::Error::ECapeOutOfBounds, Common::Error::ECapeOutOfResources, Common::Error::ECapeFailedInitialisation, Common::Error::ECapeUser)
Numeric::Solvers::NLPTasks::ICapeNLPTaskCreateNLPTask (Common::Types::CapeString strLibraryName) throw (Common::Error::ECapeUnknown, Common::Error::ECapeInvalidArgument, Common::Error::ECapeOutOfBounds, Common::Error::ECapeOutOfResources, Common::Error::ECapeFailedInitialisation, Common::Error::ECapeUser)
void Shutdown () throw (Common::Error::ECapeUnknown, Common::Error::ECapeNoImpl)

Detailed Description

NLP tasks factory creates an instances of the specific NLP Problems.


Member Function Documentation

Creates a specific NLPTask Component

Parameters:
strLibraryNamename of the library, which contains nlptask realization

Implements ICapeNumericNLPTaskFactory.

Creates a specific OED Approach Component of the type appropriate to the input argument.

Parameters:
pParFitTask- parameter fitting task for currently explored experiment
pOptimizer- optimizer for solving parameter fitting task
colDesignVars- estimated design variables collection with names
strLibraryNamename of the library, which contains solver realization

Implements ICapeNumericNLPTaskFactory.

Shutdowns solver factory.

Implements ICapeNumericNLPTaskFactory.


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