70 std::vector<std::pair<double, double> > dom(
NBGENE);
OptimizerAlgBase * PluginSimplexFactory(Pool *pool)
Solution * solution(void)
: 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.
Class for sequence objects.
Base class for all type objects.