evaluation_time_stall.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include "pass_bits/problem.hpp"
4 
5 namespace pass
6 {
7 
15 {
16 public:
24 
29  arma::uword repetitions;
30 
36 
37  double evaluate(const arma::vec &agent) const override;
38 };
39 } // namespace pass
Definition: evaluation_time_stall.hpp:14
arma::uword repetitions
Definition: evaluation_time_stall.hpp:29
Definition: problem.hpp:20
Definition: adaptive_parameter_search.hpp:5
const pass::problem & wrapped_problem
Definition: evaluation_time_stall.hpp:23
double evaluate(const arma::vec &agent) const override
Definition: evaluation_time_stall.cpp:8
evaluation_time_stall(const pass::problem &wrapped_problem)
Definition: evaluation_time_stall.cpp:3