dignea
1.0.0
Diverse Instance Generator with Novelty Search and Evolutionary Algorithms
|
This is the complete list of members for TSP, including all inherited members.
computeDistances() | TSP | protected |
createSolution() const override | TSP | virtual |
createSolution(ParallelPRNG &engine) const override | TSP | virtual |
distances | TSP | protected |
evaluate(IntFloatSolution &solution) const override | TSP | virtual |
evaluateConstraints(IntFloatSolution &solution) const override | TSP | virtual |
getDistances() const | TSP | inline |
getLowerLimit(int i) const override | TSP | virtual |
getName() const override | TSP | inlinevirtual |
getNumberOfCons() const | Problem< IntFloatSolution > | inline |
getNumberOfObjs() const | Problem< IntFloatSolution > | inline |
getNumberOfVars() const | Problem< IntFloatSolution > | inline |
getOptimizationDirection(const int i) const override | TSP | virtual |
getPathToInstance() const | TSP | inline |
getPoints() const | TSP | inline |
getUpperLimit(int i) const override | TSP | virtual |
numberOfCons | Problem< IntFloatSolution > | protected |
numberOfObjs | Problem< IntFloatSolution > | protected |
numberOfVars | Problem< IntFloatSolution > | protected |
pathToInstance | TSP | protected |
points | TSP | protected |
Problem() | Problem< IntFloatSolution > | |
Problem(const int &numberOfVars, const int &numberOfObjectives, const int &nCons) | Problem< IntFloatSolution > | |
Problem(const Problem *copy) (defined in Problem< IntFloatSolution >) | Problem< IntFloatSolution > | |
readData(const string &path) override | TSP | |
Problem< IntFloatSolution >::readData(const std::string &path)=0 | Problem< IntFloatSolution > | pure virtual |
setNumberOfCons(int nCons) | Problem< IntFloatSolution > | inline |
setNumberOfObjs(int nObjs) | Problem< IntFloatSolution > | inline |
setNumberOfVars(int nVars) | Problem< IntFloatSolution > | inline |
to_json() const override | TSP | virtual |
TSP() | TSP | |
TSP(const int &numberOfVars) | TSP | explicit |
TSP(const int &numberOfVars, const vector< coords > &coordinates) | TSP | explicit |
TSP(const string &pathToInstance) | TSP | |
TSP(TSP const *other) | TSP | |
~Problem()=default (defined in Problem< IntFloatSolution >) | Problem< IntFloatSolution > | virtual |
~TSP()=default (defined in TSP) | TSP | virtual |