27 #ifndef PALLAS_MUTATION_STRATEGY_H 28 #define PALLAS_MUTATION_STRATEGY_H 30 #include "pallas/types.h" 41 virtual Vector get_bprime(
const std::vector<Vector> &population,
42 unsigned int candidate,
46 unsigned int NumSamples()
const;
49 unsigned int num_samples_;
56 Vector get_bprime(
const std::vector<Vector> &population,
57 unsigned int candidate,
66 Vector get_bprime(
const std::vector<Vector> &population,
67 unsigned int candidate,
76 Vector get_bprime(
const std::vector<Vector> &population,
77 unsigned int candidate,
87 Vector get_bprime(
const std::vector<Vector> &population,
88 unsigned int candidate,
98 Vector get_bprime(
const std::vector<Vector> &population,
99 unsigned int candidate,
108 #endif // PALLAS_MUTATION_STATEGY_H Definition: mutation_strategy.h:83
Definition: mutation_strategy.h:35
Definition: mutation_strategy.h:62
Definition: basinhopping.h:51
Definition: mutation_strategy.h:94
Definition: mutation_strategy.h:72
Definition: mutation_strategy.h:52