10 #ifndef math_modelsearch_h
11 #define math_modelsearch_h
58 template<
typename TModelFit>
59 bool ransacSingleModel(
const TModelFit& p_state,
61 const typename TModelFit::Real& p_fitnessThreshold,
62 typename TModelFit::Model& p_bestModel,
66 template<
typename TModelFit>
68 typename TModelFit::Model
model;
80 template<
typename TModelFit>
81 bool geneticSingleModel(
const TModelFit& p_state,
83 const typename TModelFit::Real& p_fitnessThreshold,
84 size_t p_populationSize,
85 size_t p_maxIteration,
86 typename TModelFit::Model& p_bestModel,
96 #endif // math_modelsearch_h