problem.hpp
Go to the documentation of this file.
arma::mat normalised_random_agents(const arma::uword count) const
Definition: problem.cpp:44
arma::mat initialise_normalised_agents(const arma::uword count) const
Definition: problem.cpp:97
arma::mat normalised_hammersley_agents(const arma::uword count) const
Definition: problem.cpp:50
Definition: problem.hpp:20
Definition: adaptive_parameter_search.hpp:5
double evaluate_normalised(const arma::vec &normalised_agent) const
Definition: problem.cpp:39
virtual double evaluate(const arma::vec &agent) const =0