search_space_constraint.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include "pass_bits/problem.hpp"
4 
5 namespace pass
6 {
7 
14 {
15 public:
23 
37  arma::uword segment, arma::uword total_segments);
38 
39  double evaluate(const arma::vec &agent) const override;
40 };
41 } // namespace pass
search_space_constraint(const pass::problem &wrapped_problem, arma::uword segment, arma::uword total_segments)
Definition: search_space_constraint.cpp:23
Definition: problem.hpp:20
double evaluate(const arma::vec &agent) const override
Definition: search_space_constraint.cpp:38
Definition: search_space_constraint.hpp:13
Definition: adaptive_parameter_search.hpp:5
const pass::problem & wrapped_problem
Definition: search_space_constraint.hpp:22