|
OptiPy
|
This is the complete list of members for StretchedV, including all inherited members.
| dimensions (defined in Problem) | Problem | protected |
| evaluate(const std::vector< double > &x) const override | StretchedV | inlinevirtual |
| evaluateSolution(const std::vector< double > &solution) (defined in Problem) | Problem | inline |
| getInitialSolutions(std::vector< std::vector< double > > &population) (defined in Problem) | Problem | inline |
| getLowerBounds() const | Problem | inline |
| getName() const | Problem | inline |
| getSeed() const (defined in Problem) | Problem | inline |
| getUpperBounds() const | Problem | inline |
| lowerBound | Problem | protected |
| name | Problem | protected |
| Problem(double lb, double ub, const std::string_view n) | Problem | inline |
| seed (defined in Problem) | Problem | protected |
| setDimensions(size_t dims) (defined in Problem) | Problem | inline |
| setSeed(unsigned long s) (defined in Problem) | Problem | inline |
| StretchedV() (defined in StretchedV) | StretchedV | inline |
| upperBound | Problem | protected |
| ~Problem()=default | Problem | virtual |