dignea
1.0.0
Diverse Instance Generator with Novelty Search and Evolutionary Algorithms
|
This is the complete list of members for Problem< S >, including all inherited members.
createSolution() const =0 | Problem< S > | pure virtual |
createSolution(ParallelPRNG &engine) const =0 (defined in Problem< S >) | Problem< S > | pure virtual |
evaluate(S &sol) const =0 | Problem< S > | pure virtual |
evaluateConstraints(S &sol) const =0 | Problem< S > | pure virtual |
getLowerLimit(const int i) const =0 | Problem< S > | pure virtual |
getName() const =0 | Problem< S > | pure virtual |
getNumberOfCons() const | Problem< S > | inline |
getNumberOfObjs() const | Problem< S > | inline |
getNumberOfVars() const | Problem< S > | inline |
getOptimizationDirection(const int i) const =0 | Problem< S > | pure virtual |
getUpperLimit(const int i) const =0 | Problem< S > | pure virtual |
numberOfCons | Problem< S > | protected |
numberOfObjs | Problem< S > | protected |
numberOfVars | Problem< S > | protected |
Problem() | Problem< S > | |
Problem(const int &numberOfVars, const int &numberOfObjectives, const int &nCons) | Problem< S > | |
Problem(const Problem *copy) (defined in Problem< S >) | Problem< S > | |
readData(const std::string &path)=0 | Problem< S > | pure virtual |
setNumberOfCons(int nCons) | Problem< S > | inline |
setNumberOfObjs(int nObjs) | Problem< S > | inline |
setNumberOfVars(int nVars) | Problem< S > | inline |
to_json() const | Problem< S > | virtual |
~Problem()=default (defined in Problem< S >) | Problem< S > | virtual |