AbstractDomain() | AbstractDomain< OptProblem, InstSolution > | |
AbstractDomain(const int &numberOfVars, const int &numberOfObjectives, const int &nCons) | AbstractDomain< OptProblem, InstSolution > | |
afterEvaluation(vector< InstSolution > &)=0 | AbstractDomain< OptProblem, InstSolution > | pure virtual |
beforeEvaluation(vector< InstSolution > &)=0 | AbstractDomain< OptProblem, InstSolution > | pure virtual |
createSolution() const=0 | Problem< InstSolution > | pure virtual |
createSolution(ParallelPRNG &engine) const=0 (defined in Problem< InstSolution >) | Problem< InstSolution > | pure virtual |
createSolutions(const int &maxSolutions) const =0 | AbstractDomain< OptProblem, InstSolution > | pure virtual |
evaluate(InstSolution &sol) const=0 | Problem< InstSolution > | pure virtual |
evaluateConstraints(InstSolution &sol) const=0 | Problem< InstSolution > | pure virtual |
genOptProblem(const InstSolution &instance) const =0 | AbstractDomain< OptProblem, InstSolution > | pure virtual |
getLowerLimit(const int i) const=0 | Problem< InstSolution > | pure virtual |
getName() const=0 | Problem< InstSolution > | pure virtual |
getNumberOfCons() const | Problem< InstSolution > | inline |
getNumberOfObjs() const | Problem< InstSolution > | inline |
getNumberOfVars() const | Problem< InstSolution > | inline |
getOptimizationDirection(const int i) const | AbstractDomain< OptProblem, InstSolution > | inlinevirtual |
getUpperLimit(const int i) const=0 | Problem< InstSolution > | pure virtual |
internalDimension (defined in AbstractDomain< OptProblem, InstSolution >) | AbstractDomain< OptProblem, InstSolution > | protected |
numberOfCons | Problem< InstSolution > | protected |
numberOfObjs | Problem< InstSolution > | protected |
numberOfVars | Problem< InstSolution > | protected |
Problem() | Problem< InstSolution > | |
Problem(const int &numberOfVars, const int &numberOfObjectives, const int &nCons) | Problem< InstSolution > | |
Problem(const Problem *copy) (defined in Problem< InstSolution >) | Problem< InstSolution > | |
readData(const std::string &path)=0 | Problem< InstSolution > | pure virtual |
setNumberOfCons(int nCons) | Problem< InstSolution > | inline |
setNumberOfObjs(int nObjs) | Problem< InstSolution > | inline |
setNumberOfVars(int nVars) | Problem< InstSolution > | inline |
to_json() const | Problem< InstSolution > | virtual |
~AbstractDomain()=default (defined in AbstractDomain< OptProblem, InstSolution >) | AbstractDomain< OptProblem, InstSolution > | virtual |
~Problem()=default (defined in Problem< InstSolution >) | Problem< InstSolution > | virtual |