pass::messenger_full Class Reference
#include <messenger_full.hpp>
Inheritance diagram for pass::messenger_full:
Collaboration diagram for pass::messenger_full:
Public Member Functions | |
messenger_full () | |
double | evaluate (const arma::vec &agent) const override |
Public Member Functions inherited from pass::problem | |
arma::vec | bounds_range () const noexcept |
arma::uword | dimension () const noexcept |
problem (const arma::uword dimension, const double lower_bound, const double upper_bound, const std::string &name) | |
problem (const arma::vec &lower_bounds, const arma::vec &upper_bounds, const std::string &name) | |
double | evaluate_normalised (const arma::vec &normalised_agent) const |
arma::mat | normalised_random_agents (const arma::uword count) const |
arma::mat | normalised_hammersley_agents (const arma::uword count) const |
arma::mat | initialise_normalised_agents (const arma::uword count) const |
Additional Inherited Members | |
Public Attributes inherited from pass::problem | |
const arma::vec | lower_bounds |
const arma::vec | upper_bounds |
const std::string | name |
Detailed Description
messenger_full
is a 26-dimensional optimization problem issued by the ESA: https://www.esa.int/gsp/ACT/projects/gtop/messenger_full.html
Constructor & Destructor Documentation
◆ messenger_full()
pass::messenger_full::messenger_full | ( | ) |
Initializes the lower and upper bounds to the values listed on the ESA page.
Member Function Documentation
◆ evaluate()
|
overridevirtual |
Evaluates this problem at agent
, which must match the dimensions of this problem.
Implements pass::problem.
Here is the call graph for this function:
The documentation for this class was generated from the following files:
- /Users/romeo/Desktop/PASS/include/pass_bits/problem/space_mission/messenger_full.hpp
- /Users/romeo/Desktop/PASS/src/problem/space_mission/messenger_full.cpp