|
dignea
1.0.0
Diverse Instance Generator with Novelty Search and Evolutionary Algorithms
|
This is the complete list of members for KPNR, including all inherited members.
| CAPACITY (defined in KP) | KP | static |
| capacity (defined in KP) | KP | protected |
| computeEfficiency() | KP | protected |
| createSolution() const override | KP | virtual |
| createSolution(ParallelPRNG &engine) const override (defined in KP) | KP | virtual |
| evaluate(BoolFloatSolution &solution) const override | KPNR | virtual |
| evaluateConstraints(BoolFloatSolution &ptr) const override | KP | virtual |
| getCapacity() const (defined in KP) | KP | |
| getItemsSortedByEff() const (defined in KP) | KP | inline |
| getLowerLimit(int i) const override | KP | virtual |
| getLowProfit() const (defined in KP) | KP | |
| getLowWeight() const (defined in KP) | KP | |
| getName() const override | KP | inlinevirtual |
| getNumberOfCons() const | Problem< BoolFloatSolution > | inline |
| getNumberOfObjs() const | Problem< BoolFloatSolution > | inline |
| getNumberOfVars() const | Problem< BoolFloatSolution > | inline |
| getOptimizationDirection(const int i) const override | KP | virtual |
| getProfits() const (defined in KP) | KP | |
| getUpperLimit(int i) const override | KP | virtual |
| getUpProfit() const (defined in KP) | KP | |
| getUpWeight() const (defined in KP) | KP | |
| getWeights() const (defined in KP) | KP | |
| INSTANCE (defined in KP) | KP | static |
| itemsEff (defined in KP) | KP | protected |
| KP() (defined in KP) | KP | |
| KP(const int &numberOfVars) (defined in KP) | KP | explicit |
| KP(const string &pathToInstance) | KP | |
| KP(const int &numberOfVars, const int &capacity, const vector< int > &weights, const vector< int > &profits) | KP | |
| KP(const int &numberOfVars, const int &lowerWeight, const int &upperWeight, const int &lowerProfit, const int &upperProfit) (defined in KP) | KP | |
| KP(const KP *) (defined in KP) | KP | |
| KPNR() (defined in KPNR) | KPNR | |
| KPNR(const int &numberOfVars) (defined in KPNR) | KPNR | explicit |
| KPNR(const string &pathToInstance) (defined in KPNR) | KPNR | |
| KPNR(const int &numberOfVars, const int &capacity, const vector< int > &weights, const vector< int > &profits) (defined in KPNR) | KPNR | |
| KPNR(const int &numberOfVars, const int &lowerWeight, const int &upperWeight, const int &lowerProfit, const int &upperProfit) (defined in KPNR) | KPNR | |
| lowProfit (defined in KP) | KP | protected |
| lowWeight (defined in KP) | KP | protected |
| numberOfCons | Problem< BoolFloatSolution > | protected |
| numberOfObjs | Problem< BoolFloatSolution > | protected |
| numberOfVars | Problem< BoolFloatSolution > | protected |
| pathToInstance (defined in KP) | KP | protected |
| Problem() | Problem< BoolFloatSolution > | |
| Problem(const int &numberOfVars, const int &numberOfObjectives, const int &nCons) | Problem< BoolFloatSolution > | |
| Problem(const Problem *copy) (defined in Problem< BoolFloatSolution >) | Problem< BoolFloatSolution > | |
| PROFITS (defined in KP) | KP | static |
| profits (defined in KP) | KP | protected |
| readData(const string &path) override | KP | |
| Problem< BoolFloatSolution >::readData(const std::string &path)=0 | Problem< BoolFloatSolution > | pure virtual |
| repair(BoolFloatSolution &solution) const | KP | protected |
| setCapacity(int capacity) (defined in KP) | KP | |
| setLowProfit(int lowProfit) (defined in KP) | KP | |
| setLowWeight(int lowWeight) (defined in KP) | KP | |
| setNumberOfCons(int nCons) | Problem< BoolFloatSolution > | inline |
| setNumberOfObjs(int nObjs) | Problem< BoolFloatSolution > | inline |
| setNumberOfVars(int nVars) | Problem< BoolFloatSolution > | inline |
| setProfits(const vector< int > &profits) (defined in KP) | KP | |
| setUpProfit(int upProfit) (defined in KP) | KP | |
| setUpWeight(int upWeight) (defined in KP) | KP | |
| setWeights(const vector< int > &weights) (defined in KP) | KP | |
| to_json() const override | KP | virtual |
| upProfit (defined in KP) | KP | protected |
| upWeight (defined in KP) | KP | protected |
| WEIGHTS (defined in KP) | KP | static |
| weights (defined in KP) | KP | protected |
| ~KP() (defined in KP) | KP | virtual |
| ~KPNR() (defined in KPNR) | KPNR | virtual |
| ~Problem()=default (defined in Problem< BoolFloatSolution >) | Problem< BoolFloatSolution > | virtual |