20 #ifndef __PLUGINSIMPLEX_HXX__
21 #define __PLUGINSIMPLEX_HXX__
YACS::ENGINE::OptimizerAlgBase * PluginSimplexFactory(YACS::ENGINE::Pool *pool)
: Interface for management of storage of data formated dynamically in its TypeCode....
Base class factorizing common methods for all algorithms interfaces.
TypeCode * getTCForOut() const
returns typecode of type expected as Output. OwnerShip of returned pointer is held by this.
void parseFileToInit(const std::string &fileName)
void initialize(const Any *input)
PluginSimplex(Pool *pool)
TypeCode * getTCForIn() const
returns typecode of type expected as Input. OwnerShip of returned pointer is held by this.
void takeDecision()
Update _pool attribute before performing anything.
Pool used to manage the samples of the optimizer loop plugin.
Base class for all type objects.